>>> ripgrep 0.8.1 Downloading --2019-10-23 20:14:59-- https://github.com/burntsushi/ripgrep/archive/0.8.1/ripgrep-0.8.1.tar.gz Resolving github.com (github.com)... 140.82.118.3 Connecting to github.com (github.com)|140.82.118.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/BurntSushi/ripgrep/tar.gz/0.8.1 [following] --2019-10-23 20:14:59-- https://codeload.github.com/BurntSushi/ripgrep/tar.gz/0.8.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: `/home/test/autobuild/run/instance-1/output-1/build/.ripgrep-0.8.1.tar.gz.HlqWhb/output' 0K .......... .......... .......... .......... .......... 291K 50K .......... .......... .......... .......... .......... 628K 100K .......... .......... .......... .......... .......... 23.1M 150K .......... .......... .......... .......... .......... 667K 200K .......... .......... .......... .......... .......... 24.2M 250K .......... .......... .......... .......... .......... 1.44M 300K .......... .......... .......... .......... .......... 61.1M 350K .......... .......... .......... .......... .......... 1.19M 400K .......... .......... .......... .......... .......... 49.7M 450K .......... .......... .......... .......... .......... 69.3M 500K ........ 79.5M=0.4s 2019-10-23 20:15:01 (1.22 MB/s) - `/home/test/autobuild/run/instance-1/output-1/build/.ripgrep-0.8.1.tar.gz.HlqWhb/output' saved [521088] ripgrep-0.8.1.tar.gz: OK (sha256: 7035379fce0c1e32552e8ee528b92c3d01b8d3935ea31d26c51a73287be74bb3) >>> ripgrep 0.8.1 Extracting gzip -d -c /home/test/autobuild/run/instance-1/dl/ripgrep/ripgrep-0.8.1.tar.gz | /home/test/autobuild/run/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1 -xf - >>> ripgrep 0.8.1 Patching >>> ripgrep 0.8.1 Configuring >>> ripgrep 0.8.1 Building PATH="/home/test/autobuild/run/instance-1/output-1/host/bin:/home/test/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" CARGO_HOME=/home/test/autobuild/run/instance-1/output-1/host/share/cargo cargo build --release --target=x86_64-unknown-linux-gnu --manifest-path=/home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/Cargo.toml Updating registry `https://github.com/rust-lang/crates.io-index` Downloading num_cpus v1.8.0 Downloading regex v0.2.6 Downloading log v0.4.1 Downloading memmap v0.6.2 Downloading memchr v2.0.1 Downloading lazy_static v1.0.0 Downloading bytecount v0.3.1 Downloading clap v2.30.0 Downloading libc v0.2.36 Downloading atty v0.2.6 Downloading same-file v1.0.2 Downloading encoding_rs v0.7.2 Downloading aho-corasick v0.6.4 Downloading utf8-ranges v1.0.0 Downloading regex-syntax v0.4.2 Downloading thread_local v0.3.5 Downloading unreachable v1.0.0 Downloading void v1.0.2 Downloading cfg-if v0.1.2 Downloading walkdir v2.1.4 Downloading crossbeam v0.3.2 Downloading fnv v1.0.6 Downloading textwrap v0.9.0 Downloading unicode-width v0.1.4 Downloading bitflags v1.0.1 Downloading strsim v0.7.0 Downloading ansi_term v0.10.2 warning: Pattern matching for Cargo's include/exclude fields is changing and file `HomebrewFormula/ripgrep-bin.rb` WILL be excluded in a future Cargo version. See https://github.com/rust-lang/cargo/issues/4268 for more info Compiling fnv v1.0.6 Compiling bytecount v0.3.1 Compiling strsim v0.7.0 Compiling same-file v1.0.2 Compiling void v1.0.2 Compiling ansi_term v0.10.2 Compiling libc v0.2.36 Compiling unicode-width v0.1.4 Compiling crossbeam v0.3.2 Compiling cfg-if v0.1.2 Compiling bitflags v1.0.1 Compiling termcolor v0.3.5 (file:///home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/termcolor) Compiling lazy_static v1.0.0 Compiling regex-syntax v0.4.2 Compiling utf8-ranges v1.0.0 Compiling unreachable v1.0.0 Compiling textwrap v0.9.0 Compiling encoding_rs v0.7.2 Compiling log v0.4.1 Compiling walkdir v2.1.4 Compiling memchr v2.0.1 Compiling num_cpus v1.8.0 Compiling memmap v0.6.2 Compiling atty v0.2.6 Compiling thread_local v0.3.5 Compiling aho-corasick v0.6.4 Compiling clap v2.30.0 Compiling regex v0.2.6 Compiling ripgrep v0.8.1 (file:///home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1) Compiling globset v0.3.0 (file:///home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/globset) Compiling grep v0.1.8 (file:///home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/grep) warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting --> grep/src/lib.rs:55:42 | 55 | Error::Regex(ref err) => err.cause(), | ^^^^^ | = note: #[warn(deprecated)] on by default error: failed to run custom build command for `ripgrep v0.8.1 (file:///home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1)` process didn't exit successfully: `/home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build` (exit code: 1) --- stderr /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build) /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build) /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.18' not found (required by /home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/target/release/build/ripgrep-c3a4c3d8132fa561/build-script-build) warning: build failed, waiting for other jobs to finish... error: build failed make: *** [/home/test/autobuild/run/instance-1/output-1/build/ripgrep-0.8.1/.stamp_built] Error 101 make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot'