[INFO] updating cached repository https://github.com/tripped/nfshdr [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] a9edb8a6a394ed274bbaa846625ad4d5a9d204e6 [INFO] testing tripped/nfshdr against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftripped%2Fnfshdr" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tripped/nfshdr on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tripped/nfshdr [INFO] finished tweaking git repo https://github.com/tripped/nfshdr [INFO] tweaked toml for git repo https://github.com/tripped/nfshdr written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tripped/nfshdr already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 6be1fc723a5c2c46374f8f0cdce61f1b3738b03ed12415ee55eb9e8959a80f91 [INFO] running `"docker" "start" "-a" "6be1fc723a5c2c46374f8f0cdce61f1b3738b03ed12415ee55eb9e8959a80f91"` [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling serde v1.0.44 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling syn v0.13.4 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.44 [INFO] [stderr] Compiling docopt v0.8.3 [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 nfshdr v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: field is never used: `buffer` [INFO] [stderr] --> src/main.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | buffer: [u8;1024], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `looks_like_it_be_what_it_is` [INFO] [stderr] --> src/main.rs:392:5 [INFO] [stderr] | [INFO] [stderr] 392 | pub fn looks_like_it_be_what_it_is(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_last_fragment` [INFO] [stderr] --> src/main.rs:410:5 [INFO] [stderr] | [INFO] [stderr] 410 | pub fn is_last_fragment(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `version` [INFO] [stderr] --> src/main.rs:442:5 [INFO] [stderr] | [INFO] [stderr] 442 | pub fn version(&self) -> Option { self.call_only_field(12) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `program` [INFO] [stderr] --> src/main.rs:443:5 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn program(&self) -> Option { self.call_only_field(16) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `program_version` [INFO] [stderr] --> src/main.rs:444:5 [INFO] [stderr] | [INFO] [stderr] 444 | pub fn program_version(&self) -> Option { self.call_only_field(20) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `auth_size` [INFO] [stderr] --> src/main.rs:446:5 [INFO] [stderr] | [INFO] [stderr] 446 | pub fn auth_size(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `header_size` [INFO] [stderr] --> src/main.rs:454:5 [INFO] [stderr] | [INFO] [stderr] 454 | pub fn header_size(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `payload` [INFO] [stderr] --> src/main.rs:463:5 [INFO] [stderr] | [INFO] [stderr] 463 | pub fn payload(&self) -> Option<&[u8]> { [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.nfshdr.aznmxotj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7" "/opt/rustwide/target/debug/deps/nfshdr-844ed294c4cbddf7.5dwbmpox7dxsx46a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpnet_packet-9366c5cea5f93dfb.rlib" "/opt/rustwide/target/debug/deps/libpnet_macros_support-3827957a5101296f.rlib" "/opt/rustwide/target/debug/deps/libpnet_base-6537d85defbe54f9.rlib" "/opt/rustwide/target/debug/deps/libpcap-84035d825213743e.rlib" "/opt/rustwide/target/debug/deps/libdocopt-dd9cbdb130295622.rlib" "/opt/rustwide/target/debug/deps/libserde-1f95292b125cf7d2.rlib" "/opt/rustwide/target/debug/deps/libstrsim-518b2576a96bd38f.rlib" "/opt/rustwide/target/debug/deps/libregex-1c9f51374442ce6e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-86775fe092f13c3c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7fce9d445aba5ed5.rlib" "/opt/rustwide/target/debug/deps/libucd_util-fbcdb7a43c28d005.rlib" "/opt/rustwide/target/debug/deps/libthread_local-5d7a08818dcf01a1.rlib" "/opt/rustwide/target/debug/deps/libunreachable-e3de1224a0a5c920.rlib" "/opt/rustwide/target/debug/deps/libvoid-42527b96b651f819.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-cbe6a1239c8f4e63.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1505f8914f35a6b4.rlib" "/opt/rustwide/target/debug/deps/liblibc-dbf78c674b45bb0d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f69fda666eb6bd97.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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 `nfshdr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6be1fc723a5c2c46374f8f0cdce61f1b3738b03ed12415ee55eb9e8959a80f91"` [INFO] running `"docker" "rm" "-f" "6be1fc723a5c2c46374f8f0cdce61f1b3738b03ed12415ee55eb9e8959a80f91"` [INFO] [stdout] 6be1fc723a5c2c46374f8f0cdce61f1b3738b03ed12415ee55eb9e8959a80f91