[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbwtw%2Fdistcc_scan" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbwtw/distcc_scan on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-0/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+1.44.0" "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] 6e4a0fdf7f5781c513ebf48d4bfdbcd575d8f673c8db92f371eb4abc8f9688a6 [INFO] running `"docker" "start" "-a" "6e4a0fdf7f5781c513ebf48d4bfdbcd575d8f673c8db92f371eb4abc8f9688a6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling term_size v0.2.1 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [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 aho-corasick v0.5.3 [INFO] [stderr] Compiling minilzo v0.1.0 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.distcc_finder.5xx08vxu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a" "/opt/rustwide/target/debug/deps/distcc_finder-5acd138e56511c9a.2hyny9bcglv1grww.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblazy_static-e00b1be1469d7af8.rlib" "/opt/rustwide/target/debug/deps/libclap-ae8a9b98673c34ae.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-99b2361d08a18f63.rlib" "/opt/rustwide/target/debug/deps/libterm_size-c4017f4bbb67afa2.rlib" "/opt/rustwide/target/debug/deps/libvec_map-a8dcc11c18e03a6c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-717e7ed2379fc03d.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-0a81bae01b8153e5.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd384e52736ddbf4.rlib" "/opt/rustwide/target/debug/deps/libstrsim-a1442f901dae087c.rlib" "/opt/rustwide/target/debug/deps/libminilzo-065287ab2b3c695e.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-b59b89b6fbff9954.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-6ffa23bc71bcb0c4.rlib" "/opt/rustwide/target/debug/deps/libregex-59c61cfd5411adc6.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-779a3a36a8bec10f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-97babfa229467787.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d010680b9f145f98.rlib" "/opt/rustwide/target/debug/deps/libthread_id-d858b21d1bb244aa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-aebcc57c7d8a1f72.rlib" "/opt/rustwide/target/debug/deps/libmemchr-cd2e9e07d42c03a6.rlib" "/opt/rustwide/target/debug/deps/liblibc-5cbe4dba849e57c4.rlib" "/opt/rustwide/target/debug/deps/liblog-c9e55955da6d81a3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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" "6e4a0fdf7f5781c513ebf48d4bfdbcd575d8f673c8db92f371eb4abc8f9688a6"` [INFO] running `"docker" "rm" "-f" "6e4a0fdf7f5781c513ebf48d4bfdbcd575d8f673c8db92f371eb4abc8f9688a6"` [INFO] [stdout] 6e4a0fdf7f5781c513ebf48d4bfdbcd575d8f673c8db92f371eb4abc8f9688a6