[INFO] updating cached repository https://github.com/sbwtw/distcc_scan [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 998e84e6b56fdc10962bb29424eb65522635be97 [INFO] testing sbwtw/distcc_scan against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbwtw%2Fdistcc_scan" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbwtw/distcc_scan on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sbwtw/distcc_scan [INFO] finished tweaking git repo https://github.com/sbwtw/distcc_scan [INFO] tweaked toml for git repo https://github.com/sbwtw/distcc_scan written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/sbwtw/distcc_scan already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8cbe25e98efe334b0f34fad4cb1f94a1c19ac6029c086d39b8bedf3e446f0e3c [INFO] running `"docker" "start" "-a" "8cbe25e98efe334b0f34fad4cb1f94a1c19ac6029c086d39b8bedf3e446f0e3c"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling term_size v0.2.1 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling minilzo v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling distcc_finder v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:154:18 [INFO] [stderr] | [INFO] [stderr] 154 | c @ 0...9 => r.insert(0, (b'0' + c) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:155:19 [INFO] [stderr] | [INFO] [stderr] 155 | c @ 10...15 => r.insert(0, (b'a' + c - 10) as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | n @ &b'0'...b'9' => (n - b'0') as usize, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(b'0'..=b'9')` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:179:17 [INFO] [stderr] | [INFO] [stderr] 179 | n @ &b'a'...b'f' => (n - b'a') as usize + 10, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `..=` for an inclusive range: `&(b'a'..=b'f')` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / lazy_static!{ [INFO] [stderr] 20 | | static ref TEST_PACKAGE: Vec = { [INFO] [stderr] 21 | | let head = b"DIST00000002ARGC00000005ARGV00000003g++ARGV00000002-cARGV00000002-oARGV00000001aARGV000000051.cppDOTI"; [INFO] [stderr] 22 | | let data = b"\n int b(){ int a=0; return a;} \n\n int c () { int aaa=0; return aaa;} /* aaa aa aa aa */"; [INFO] [stderr] ... | [INFO] [stderr] 32 | | }; [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / lazy_static!{ [INFO] [stderr] 20 | | static ref TEST_PACKAGE: Vec = { [INFO] [stderr] 21 | | let head = b"DIST00000002ARGC00000005ARGV00000003g++ARGV00000002-cARGV00000002-oARGV00000001aARGV000000051.cppDOTI"; [INFO] [stderr] 22 | | let data = b"\n int b(){ int a=0; return a;} \n\n int c () { int aaa=0; return aaa;} /* aaa aa aa aa */"; [INFO] [stderr] ... | [INFO] [stderr] 32 | | }; [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never used: `version` [INFO] [stderr] --> src/main.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | version: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Content` [INFO] [stderr] --> src/main.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | Content, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.distcc_finder.7owexcca-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b" "/opt/rustwide/target/debug/deps/distcc_finder-ea84b2b2160a076b.4on79eg6e4w3n5ov.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblazy_static-e7342ac075278d29.rlib" "/opt/rustwide/target/debug/deps/libclap-f0fa19b3d631850b.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-840949fa0bf78172.rlib" "/opt/rustwide/target/debug/deps/libterm_size-0d522ac4cc895585.rlib" "/opt/rustwide/target/debug/deps/libvec_map-7fac5c257551f07b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1d0fdd093d7a0855.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2c3bc4e3c7ee568d.rlib" "/opt/rustwide/target/debug/deps/libstrsim-b2fad2915b37d38e.rlib" "/opt/rustwide/target/debug/deps/libminilzo-7bef967bd410036f.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-a8d2ff8592089de0.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-12824e39097b90f9.rlib" "/opt/rustwide/target/debug/deps/libregex-e2cb20e39ab8151d.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-90f52effbe3e1836.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ca80216cc8c8385.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c816a40fa8c59c51.rlib" "/opt/rustwide/target/debug/deps/libthread_id-87af2c4f7590b027.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-423ea9a88384170c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3c8d3029518de8ba.rlib" "/opt/rustwide/target/debug/deps/liblibc-d2e0d181b8975e01.rlib" "/opt/rustwide/target/debug/deps/liblog-75ad2277dd237681.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-llzo2" "-llzo2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `distcc_finder`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8cbe25e98efe334b0f34fad4cb1f94a1c19ac6029c086d39b8bedf3e446f0e3c"` [INFO] running `"docker" "rm" "-f" "8cbe25e98efe334b0f34fad4cb1f94a1c19ac6029c086d39b8bedf3e446f0e3c"` [INFO] [stdout] 8cbe25e98efe334b0f34fad4cb1f94a1c19ac6029c086d39b8bedf3e446f0e3c