[INFO] updating cached repository https://github.com/sbwtw/distcc_scan [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbwtw%2Fdistcc_scan" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbwtw/distcc_scan on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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 /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sbwtw/distcc_scan already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8b726b7c6110c94ff3f9121d9984c90f6d1055e07f5ecd0c1c879e62d1591cee [INFO] running `"docker" "start" "-a" "8b726b7c6110c94ff3f9121d9984c90f6d1055e07f5ecd0c1c879e62d1591cee"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.19 [INFO] [stderr] Compiling thread-id v2.0.0 [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_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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.distcc_finder.8yhhur6l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd" "/opt/rustwide/target/debug/deps/distcc_finder-cee96cd789cb0afd.227v0jaxphhhpjf.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblazy_static-384dcc042ab28d9c.rlib" "/opt/rustwide/target/debug/deps/libclap-b380cec1da7ad21f.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-e43bf439c0b75764.rlib" "/opt/rustwide/target/debug/deps/libterm_size-ec1462885d615620.rlib" "/opt/rustwide/target/debug/deps/libvec_map-8d72e4abaf1f5bdb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-afd37e6694b95edc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-473eb9e5fba218f6.rlib" "/opt/rustwide/target/debug/deps/libstrsim-955da21069f0b5d4.rlib" "/opt/rustwide/target/debug/deps/libminilzo-557abb6f4d1b42ae.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-4a4d2e9d101a5be6.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-cb77642828a4ecbf.rlib" "/opt/rustwide/target/debug/deps/libregex-d3f6c318e10286e5.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-e6b266851bb808e0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c1cad171dbacb223.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a1468296044ea8c0.rlib" "/opt/rustwide/target/debug/deps/libthread_id-4cddbd36fabb7690.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-2a2b9e799b33970f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-70b754bdc4c094ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-eee57b462b2ab93f.rlib" "/opt/rustwide/target/debug/deps/liblog-e3baa2820092b681.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-llzo2" "-llzo2" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 8 warnings emitted [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" "8b726b7c6110c94ff3f9121d9984c90f6d1055e07f5ecd0c1c879e62d1591cee"` [INFO] running `"docker" "rm" "-f" "8b726b7c6110c94ff3f9121d9984c90f6d1055e07f5ecd0c1c879e62d1591cee"` [INFO] [stdout] 8b726b7c6110c94ff3f9121d9984c90f6d1055e07f5ecd0c1c879e62d1591cee