[INFO] updating cached repository jbg/dnsauditd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jbg/dnsauditd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jbg/dnsauditd" "work/ex/beta-1.37-6/sources/1.36.0/gh/jbg/dnsauditd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jbg/dnsauditd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jbg/dnsauditd" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jbg/dnsauditd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jbg/dnsauditd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1904675feb178527933b3d0c1905542d1d34ac91 [INFO] sha for GitHub repo jbg/dnsauditd: 1904675feb178527933b3d0c1905542d1d34ac91 [INFO] validating manifest of jbg/dnsauditd on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jbg/dnsauditd on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jbg/dnsauditd [INFO] finished frobbing jbg/dnsauditd [INFO] frobbed toml for jbg/dnsauditd written to work/ex/beta-1.37-6/sources/1.36.0/gh/jbg/dnsauditd/Cargo.toml [INFO] started frobbing jbg/dnsauditd [INFO] finished frobbing jbg/dnsauditd [INFO] frobbed toml for jbg/dnsauditd written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jbg/dnsauditd/Cargo.toml [INFO] crate jbg/dnsauditd already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jbg/dnsauditd against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jbg/dnsauditd:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 114dbf335fdd70b850f644116d90456dac32857423cc5668d5e5bc314ac7603c [INFO] running `"docker" "start" "-a" "114dbf335fdd70b850f644116d90456dac32857423cc5668d5e5bc314ac7603c"` [INFO] [stderr] Compiling pnet_base v0.20.0 [INFO] [stderr] Compiling pnet v0.20.0 [INFO] [stderr] Compiling ipnetwork v0.12.7 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.20.0 [INFO] [stderr] Compiling nfqueue v0.9.1 (https://github.com/chifflier/nfqueue-rs#9f554f7f) [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling dns-parser v0.7.1 [INFO] [stderr] Compiling pnet_macros_support v0.20.0 [INFO] [stderr] Compiling pnet_datalink v0.20.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.20.0 [INFO] [stderr] Compiling pnet_packet v0.20.0 [INFO] [stderr] Compiling pnet_transport v0.20.0 [INFO] [stderr] Compiling dnsauditd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: constant in pattern `Udp` should have an upper case name [INFO] [stderr] --> src/main.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | Udp => handle_udp(packet.payload(), "udp"), [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `UDP` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant in pattern `Tcp` should have an upper case name [INFO] [stderr] --> src/main.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | Tcp => handle_tcp(packet.payload(), "tcp"), [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `TCP` [INFO] [stderr] [INFO] [stderr] warning: constant in pattern `Udp` should have an upper case name [INFO] [stderr] --> src/main.rs:133:13 [INFO] [stderr] | [INFO] [stderr] 133 | Udp => handle_udp(packet.payload(), "udp6"), [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `UDP` [INFO] [stderr] [INFO] [stderr] warning: constant in pattern `Tcp` should have an upper case name [INFO] [stderr] --> src/main.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | Tcp => handle_tcp(packet.payload(), "tcp6"), [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `TCP` [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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.dnsauditd.dhrqlg3y-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862" "/opt/crater/target/debug/deps/dnsauditd-642b6c1538758862.b6szc5kuo7sg53z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpnet-27be8f27ce9a754e.rlib" "/opt/crater/target/debug/deps/libpnet_transport-2227a63761ede883.rlib" "/opt/crater/target/debug/deps/libpnet_packet-6be226417ade8499.rlib" "/opt/crater/target/debug/deps/libpnet_macros_support-c73231fd03e0993f.rlib" "/opt/crater/target/debug/deps/libpnet_datalink-907b6a8847b32008.rlib" "/opt/crater/target/debug/deps/libpnet_sys-cbd899e5c7506848.rlib" "/opt/crater/target/debug/deps/libpnet_base-af78528ae41c1719.rlib" "/opt/crater/target/debug/deps/libipnetwork-b134c40f03e46115.rlib" "/opt/crater/target/debug/deps/libnfqueue-2ad03c370352269c.rlib" "/opt/crater/target/debug/deps/liblibc-82d17ef1b7b83210.rlib" "/opt/crater/target/debug/deps/libdns_parser-dfb4e0e96930e4a0.rlib" "/opt/crater/target/debug/deps/libquick_error-80a92ee0564794c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-ed02566a041fbdf8.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lnetfilter_queue" "-lnetfilter_queue" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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 [INFO] [stderr] [INFO] [stderr] error: Could not compile `dnsauditd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "114dbf335fdd70b850f644116d90456dac32857423cc5668d5e5bc314ac7603c"` [INFO] running `"docker" "rm" "-f" "114dbf335fdd70b850f644116d90456dac32857423cc5668d5e5bc314ac7603c"` [INFO] [stdout] 114dbf335fdd70b850f644116d90456dac32857423cc5668d5e5bc314ac7603c