[INFO] updating cached repository https://github.com/huoyuanliao/scade [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] e7dbe36ed0dcebdd0115d083d5d3235344435db7 [INFO] testing huoyuanliao/scade against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuoyuanliao%2Fscade" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 50% (6/12) Checking out files: 58% (7/12) Checking out files: 66% (8/12) Checking out files: 75% (9/12) Checking out files: 83% (10/12) Checking out files: 91% (11/12) Checking out files: 100% (12/12) Checking out files: 100% (12/12), done. [INFO] validating manifest of git repo https://github.com/huoyuanliao/scade on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/huoyuanliao/scade [INFO] finished tweaking git repo https://github.com/huoyuanliao/scade [INFO] tweaked toml for git repo https://github.com/huoyuanliao/scade written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/huoyuanliao/scade already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 39155c9284d6f3118308668d2ea8c28d9ffaa738a0e3045906dcabc970ba5453 [INFO] running `"docker" "start" "-a" "39155c9284d6f3118308668d2ea8c28d9ffaa738a0e3045906dcabc970ba5453"` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.21.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] Compiling pnet_transport v0.21.0 [INFO] [stderr] Compiling scade v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smport_list.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref SERVICE_PORTS: PortSet = { [INFO] [stderr] 7 | | let mut service = PortSet::new(); [INFO] [stderr] 8 | | for port in SERVICE_PORTS_LIST.iter() { [INFO] [stderr] ... | [INFO] [stderr] 12 | | }; [INFO] [stderr] 13 | | } [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/smport_list.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | pub static ref MALWARE_PORTS: PortSet = { [INFO] [stderr] 17 | | let mut malware = PortSet::new(); [INFO] [stderr] 18 | | for port in MALWARE_PORTS_LIST.iter() { [INFO] [stderr] ... | [INFO] [stderr] 22 | | }; [INFO] [stderr] 23 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | pub static ref TRIGGERS: Mutex> = { [INFO] [stderr] 31 | | let mut trigger: Vec = Vec::new(); [INFO] [stderr] 32 | | let re = Regex::new(TRIGGER_REG).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 43 | | }; [INFO] [stderr] 44 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | pub static ref INBOUND_TRACKER_MAP: Mutex = { [INFO] [stderr] 48 | | Mutex::new( [INFO] [stderr] 49 | | TrackerMap::new() [INFO] [stderr] 50 | | ) [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / lazy_static! { [INFO] [stderr] 84 | | pub static ref OUTBOUND_TRACKER_MAP: Mutex = { [INFO] [stderr] 85 | | Mutex::new( [INFO] [stderr] 86 | | TrackerMap::new() [INFO] [stderr] 87 | | ) [INFO] [stderr] 88 | | }; [INFO] [stderr] 89 | | } [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: 5 warnings emitted [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.main.6y2fvhkq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2" "/opt/rustwide/target/debug/deps/main-695b1953759f68e2.47zr31uyp2nji93p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libscade-70d88ae088ea59c0.rlib" "/opt/rustwide/target/debug/deps/libregex-8cc7f8c7ee7043d2.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-29509e227258b24e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0f5d9e6c464f0d37.rlib" "/opt/rustwide/target/debug/deps/libucd_util-87cafda1df77fe34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-715c2352e31b57e4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff3f885add095304.rlib" "/opt/rustwide/target/debug/deps/libunreachable-02cdd8ee8e09c192.rlib" "/opt/rustwide/target/debug/deps/libvoid-8d21ee6398244ad9.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-640ed1f5413eb044.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5da14c43d8abc7fc.rlib" "/opt/rustwide/target/debug/deps/libpcap-f4df4ed759d1ac88.rlib" "/opt/rustwide/target/debug/deps/libpnet-4c7f709b9045e950.rlib" "/opt/rustwide/target/debug/deps/libpnet_transport-9f2afd8cfb2c0b7f.rlib" "/opt/rustwide/target/debug/deps/libpnet_packet-b7aa9a8f4f43b793.rlib" "/opt/rustwide/target/debug/deps/libpnet_macros_support-d3d2274922369a46.rlib" "/opt/rustwide/target/debug/deps/libpnet_datalink-ae5f4ceac5da1c74.rlib" "/opt/rustwide/target/debug/deps/libpnet_sys-8dce853ce5132cbc.rlib" "/opt/rustwide/target/debug/deps/liblibc-01787577ab50ff09.rlib" "/opt/rustwide/target/debug/deps/libpnet_base-e10c02e58c8d877d.rlib" "/opt/rustwide/target/debug/deps/libipnetwork-20a21e78f84f2f44.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lpcap [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 `scade`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "39155c9284d6f3118308668d2ea8c28d9ffaa738a0e3045906dcabc970ba5453"` [INFO] running `"docker" "rm" "-f" "39155c9284d6f3118308668d2ea8c28d9ffaa738a0e3045906dcabc970ba5453"` [INFO] [stdout] 39155c9284d6f3118308668d2ea8c28d9ffaa738a0e3045906dcabc970ba5453