[INFO] updating cached repository https://github.com/bartnv/portlurker [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] ad89cba5d81eb85af85ac88b07147fab1d0ee306 [INFO] testing bartnv/portlurker against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartnv%2Fportlurker" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bartnv/portlurker 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/bartnv/portlurker [INFO] finished tweaking git repo https://github.com/bartnv/portlurker [INFO] tweaked toml for git repo https://github.com/bartnv/portlurker written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/bartnv/portlurker 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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 96743478bdc6b40ee7edaa3c3e583f1f1cfe5e5530e3f3bf2a5f655c9de47848 [INFO] running `"docker" "start" "-a" "96743478bdc6b40ee7edaa3c3e583f1f1cfe5e5530e3f3bf2a5f655c9de47848"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling linked-hash-map v0.4.2 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling libsqlite3-sys v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling lru-cache v0.1.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling nfqueue v0.9.1 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling rusqlite v0.16.0 [INFO] [stderr] Compiling chrono v0.4.6 [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 portlurker v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:445:62 [INFO] [stderr] | [INFO] [stderr] 445 | ?1, ?2, ?3)", &[&conn.remoteip as &ToSql, &conn.remoteport, &conn.localport] [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/main.rs:379:39 [INFO] [stderr] | [INFO] [stderr] 379 | for &(_, pattern) in BINARY_MATCHES.into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [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/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.portlurker.1b9g65tl-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356" "/opt/rustwide/target/debug/deps/portlurker-bf5d3c28b4115356.lkllqcji8ed4s5u.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/libpnet-5f7869495c775cb9.rlib" "/opt/rustwide/target/debug/deps/libpnet_transport-2ddfb565952b863d.rlib" "/opt/rustwide/target/debug/deps/libpnet_packet-b737b34d2f534f5d.rlib" "/opt/rustwide/target/debug/deps/libpnet_macros_support-d3d2274922369a46.rlib" "/opt/rustwide/target/debug/deps/libpnet_datalink-97a4017fa0775add.rlib" "/opt/rustwide/target/debug/deps/libpnet_sys-36ec74da6372e3b2.rlib" "/opt/rustwide/target/debug/deps/libpnet_base-e10c02e58c8d877d.rlib" "/opt/rustwide/target/debug/deps/libipnetwork-20a21e78f84f2f44.rlib" "/opt/rustwide/target/debug/deps/libnfqueue-039bd62fa071ab27.rlib" "/opt/rustwide/target/debug/deps/libchrono-abe71af4c4afa6f3.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0be52b8af7f7156b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-68fd70438ca7dff7.rlib" "/opt/rustwide/target/debug/deps/librusqlite-375496f933b2fbf8.rlib" "/opt/rustwide/target/debug/deps/libtime-2d0b774d62680e32.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-1364b5d54a2918f0.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-b9b56cede005a03b.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-cf229716eb33b8ac.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f26c1cc2a800726e.rlib" "/opt/rustwide/target/debug/deps/libregex-e21b6ba61b05f453.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-ffd7631ebff3a8df.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-119303eef6392c6b.rlib" "/opt/rustwide/target/debug/deps/libucd_util-8d49d6df10cfd782.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c8eae1160ac28540.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-9da339be0fbe21d2.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9bf4862c67563dc1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4433e690026b7a83.rlib" "/opt/rustwide/target/debug/deps/liblibc-3d343aed724ad0da.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-702a35f6f0733ae2.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-7066c153e98c1693.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-918ea961f7d60fd6.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" "-lnetfilter_queue" "-lnetfilter_queue" "-lsqlite3" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnetfilter_queue [INFO] [stderr] /usr/bin/ld: cannot find -lnetfilter_queue [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `portlurker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "96743478bdc6b40ee7edaa3c3e583f1f1cfe5e5530e3f3bf2a5f655c9de47848"` [INFO] running `"docker" "rm" "-f" "96743478bdc6b40ee7edaa3c3e583f1f1cfe5e5530e3f3bf2a5f655c9de47848"` [INFO] [stdout] 96743478bdc6b40ee7edaa3c3e583f1f1cfe5e5530e3f3bf2a5f655c9de47848