[INFO] updating cached repository kpcyrd/sniffglue [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kpcyrd/sniffglue [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kpcyrd/sniffglue" "work/ex/beta-1.38-1/sources/1.37.0/gh/kpcyrd/sniffglue"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/kpcyrd/sniffglue'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kpcyrd/sniffglue" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kpcyrd/sniffglue"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kpcyrd/sniffglue'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9a025c84837ec270494994dca32a5ae08f83a164 [INFO] sha for GitHub repo kpcyrd/sniffglue: 9a025c84837ec270494994dca32a5ae08f83a164 [INFO] validating manifest of kpcyrd/sniffglue on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kpcyrd/sniffglue on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kpcyrd/sniffglue [INFO] finished frobbing kpcyrd/sniffglue [INFO] frobbed toml for kpcyrd/sniffglue written to work/ex/beta-1.38-1/sources/1.37.0/gh/kpcyrd/sniffglue/Cargo.toml [INFO] started frobbing kpcyrd/sniffglue [INFO] finished frobbing kpcyrd/sniffglue [INFO] frobbed toml for kpcyrd/sniffglue written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/kpcyrd/sniffglue/Cargo.toml [INFO] crate kpcyrd/sniffglue already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kpcyrd/sniffglue against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/kpcyrd/sniffglue:/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.37.0" "build" "--frozen"` [INFO] [stdout] 3f3e87b32d226842ce602cac758cf0e1420ab265e09a851c53a468d6915c6fbb [INFO] running `"docker" "start" "-a" "3f3e87b32d226842ce602cac758cf0e1420ab265e09a851c53a468d6915c6fbb"` [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling reduce v0.1.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling seccomp-sys v0.1.2 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling users v0.9.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling dns-parser v0.8.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling dhcp4r v0.1.0 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling dirs v2.0.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tls-parser v0.7.1 [INFO] [stderr] Compiling rusticata-macros v1.1.0 [INFO] [stderr] Compiling syscallz v0.11.4 [INFO] [stderr] Compiling structopt v0.2.16 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling pktparse v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling sniffglue v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/nom_http.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | 128...255 => false, [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/nom_http.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | 0...31 => false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | fn activate(self) -> Capture { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pcap::Activated` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.sniffglue.2ort8nfb-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072" "/opt/crater/target/debug/deps/sniffglue-12bde5abc1494072.4m0u7pmiofc8w3eb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsha2-40e2b26f46de9da4.rlib" "/opt/crater/target/debug/deps/libdigest-c698a318acb0b419.rlib" "/opt/crater/target/debug/deps/libopaque_debug-c6fafd03696bbb93.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-049adad3fc478ce1.rlib" "/opt/crater/target/debug/deps/libgeneric_array-7533b882d2051014.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libblock_padding-370e4db4f9b1dfea.rlib" "/opt/crater/target/debug/deps/libbyte_tools-c381564ad523d754.rlib" "/opt/crater/target/debug/deps/libenv_logger-95bc91f34f250e57.rlib" "/opt/crater/target/debug/deps/libregex-67b963145a03af00.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-115c3e4c14f9d177.rlib" "/opt/crater/target/debug/deps/libregex_syntax-4514fba953c3f9ed.rlib" "/opt/crater/target/debug/deps/libucd_util-edaa55c21d4132d5.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libaho_corasick-0e204b88803a2d0c.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libstructopt-1ac7eee059c75731.rlib" "/opt/crater/target/debug/deps/libclap-577ac0503638b9b1.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-c203df4a6e77a970.rlib" "/opt/crater/target/debug/deps/libunicode_width-854b98bbb65b7690.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libatty-2eb95e70d6fa73cb.rlib" "/opt/crater/target/debug/deps/libreduce-81e9b5939d9d0cda.rlib" "/opt/crater/target/debug/deps/libthreadpool-ef60d29ba0a4d58a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-3d703f8fabd1dfc2.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "/opt/crater/target/debug/deps/libsniffglue-4114d3bb9409dc5e.rlib" "/opt/crater/target/debug/deps/libsyscallz-189cc4351c928b13.rlib" "/opt/crater/target/debug/deps/libstrum-1ef7308718b3f7c3.rlib" "/opt/crater/target/debug/deps/libseccomp_sys-380b8dfb9f9b11de.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libnix-9c809445b6d4e872.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libdirs-2820e3a251ec5e8b.rlib" "/opt/crater/target/debug/deps/libdirs_sys-55e20d7e45130c6b.rlib" "/opt/crater/target/debug/deps/libusers-6d4e7cfa97a4937a.rlib" "/opt/crater/target/debug/deps/libserde_json-5f2a1a322a2f5285.rlib" "/opt/crater/target/debug/deps/libryu-4f409a13864b7de4.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libtoml-2a12b8857e874a83.rlib" "/opt/crater/target/debug/deps/liblog-4b4828b905ce4e9d.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libtls_parser-45dff0e6f035ae8b.rlib" "/opt/crater/target/debug/deps/librusticata_macros-426c7450767929b3.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libenum_primitive-ae6eb71acd1f2e29.rlib" "/opt/crater/target/debug/deps/libnum_traits-3203a5c6dca661c9.rlib" "/opt/crater/target/debug/deps/libnum_traits-12d86c43065c33f5.rlib" "/opt/crater/target/debug/deps/libdns_parser-60f553f6ee8a7f21.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libdhcp4r-b9dfd2cdcafaaa99.rlib" "/opt/crater/target/debug/deps/libpktparse-7c5f8ad612e265cc.rlib" "/opt/crater/target/debug/deps/libserde-54c3680af15296b0.rlib" "/opt/crater/target/debug/deps/libpcap-34ac6079a5c09214.rlib" "/opt/crater/target/debug/deps/liblibc-043f3149f69cd97c.rlib" "/opt/crater/target/debug/deps/libnom-44dfdf0ae8b4cd96.rlib" "/opt/crater/target/debug/deps/libmemchr-35486fb9300d41ed.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lseccomp" "-lpcap" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lseccomp [INFO] [stderr] /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 `sniffglue`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f3e87b32d226842ce602cac758cf0e1420ab265e09a851c53a468d6915c6fbb"` [INFO] running `"docker" "rm" "-f" "3f3e87b32d226842ce602cac758cf0e1420ab265e09a851c53a468d6915c6fbb"` [INFO] [stdout] 3f3e87b32d226842ce602cac758cf0e1420ab265e09a851c53a468d6915c6fbb