[INFO] cloning repository https://github.com/kpcyrd/sniffglue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kpcyrd/sniffglue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Fsniffglue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Fsniffglue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b023b7f9136fb38d425f0276b89bca89176c2629 [INFO] checking kpcyrd/sniffglue against try#377afada703be70d3fdff9164a481570a3cba7fe for pr-113240 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Fsniffglue" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kpcyrd/sniffglue on toolchain 377afada703be70d3fdff9164a481570a3cba7fe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kpcyrd/sniffglue [INFO] finished tweaking git repo https://github.com/kpcyrd/sniffglue [INFO] tweaked toml for git repo https://github.com/kpcyrd/sniffglue written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kpcyrd/sniffglue already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d783fe2392efda58b6b01e14da82f64aaf0a038d23ade6d64d6f91d293cf649 [INFO] running `Command { std: "docker" "start" "-a" "4d783fe2392efda58b6b01e14da82f64aaf0a038d23ade6d64d6f91d293cf649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d783fe2392efda58b6b01e14da82f64aaf0a038d23ade6d64d6f91d293cf649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d783fe2392efda58b6b01e14da82f64aaf0a038d23ade6d64d6f91d293cf649", kill_on_drop: false }` [INFO] [stdout] 4d783fe2392efda58b6b01e14da82f64aaf0a038d23ade6d64d6f91d293cf649 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+377afada703be70d3fdff9164a481570a3cba7fe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1badbcc437ad8d4ae285997e2c7a4759f2d1ef0d75084bf1195fd996ce59c7e [INFO] running `Command { std: "docker" "start" "-a" "a1badbcc437ad8d4ae285997e2c7a4759f2d1ef0d75084bf1195fd996ce59c7e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling io-lifetimes v0.6.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling seccomp-sys v0.1.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Compiling rustix v0.34.8 [INFO] [stderr] Compiling syscallz v0.16.1 [INFO] [stderr] Compiling pcap-sys v0.1.3 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking linux-raw-sys v0.0.46 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking strum v0.21.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking dns-parser v0.8.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking utf8parse v0.2.0 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking reduce v0.1.4 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking errno v0.2.8 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling tls-parser v0.11.0 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking fd-lock v3.0.5 [INFO] [stderr] Compiling nom-derive-impl v0.10.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling enum-primitive-derive v0.2.2 [INFO] [stderr] Checking rustyline v9.1.2 [INFO] [stderr] Checking dhcp4r v0.2.3 [INFO] [stderr] Checking nom-derive v0.10.0 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking caps v0.5.3 [INFO] [stderr] Checking structopt v0.3.26 [INFO] [stderr] Checking boxxy v0.12.1 [INFO] [stderr] Checking pktparse v0.7.1 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Checking sniffglue v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/structs/mod.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::structs::raw::Raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Unknown` in the type namespace is first re-exported here [INFO] [stdout] 12 | pub use crate::structs::ether::Ether::*; [INFO] [stdout] | ------------------------------- but the name `Unknown` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/structs/mod.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::structs::raw::Raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Unknown` in the value namespace is first re-exported here [INFO] [stdout] 12 | pub use crate::structs::ether::Ether::*; [INFO] [stdout] | ------------------------------- but the name `Unknown` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/structs/mod.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::structs::raw::Raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Unknown` in the type namespace is first re-exported here [INFO] [stdout] 12 | pub use crate::structs::ether::Ether::*; [INFO] [stdout] | ------------------------------- but the name `Unknown` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/structs/mod.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | pub use crate::structs::raw::Raw::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Unknown` in the value namespace is first re-exported here [INFO] [stdout] 12 | pub use crate::structs::ether::Ether::*; [INFO] [stdout] | ------------------------------- but the name `Unknown` in the value namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.85s [INFO] running `Command { std: "docker" "inspect" "a1badbcc437ad8d4ae285997e2c7a4759f2d1ef0d75084bf1195fd996ce59c7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1badbcc437ad8d4ae285997e2c7a4759f2d1ef0d75084bf1195fd996ce59c7e", kill_on_drop: false }` [INFO] [stdout] a1badbcc437ad8d4ae285997e2c7a4759f2d1ef0d75084bf1195fd996ce59c7e