[INFO] cloning repository https://github.com/krishpranav/packetkit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krishpranav/packetkit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishpranav%2Fpacketkit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishpranav%2Fpacketkit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b79dc21f1387fed5edb14f892255eab8817a81b
[INFO] testing krishpranav/packetkit against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishpranav%2Fpacketkit" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/krishpranav/packetkit
[INFO] finished tweaking git repo https://github.com/krishpranav/packetkit
[INFO] tweaked toml for git repo https://github.com/krishpranav/packetkit written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krishpranav/packetkit on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krishpranav/packetkit 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639
[INFO] running `Command { std: "docker" "start" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.75
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling siphasher v0.3.6
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling seccomp-sys v0.1.3
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.43
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling pcap-sys v0.1.3
[INFO] [stderr]    Compiling syscallz v0.15.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling strum v0.19.5
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling reduce v0.1.4
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling dns-parser v0.8.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling bitvec v0.19.5
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling enum_primitive v0.1.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling nix v0.20.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling sha2 v0.9.6
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling tls-parser v0.10.0
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling enum-primitive-derive v0.2.1
[INFO] [stderr]    Compiling strum_macros v0.19.4
[INFO] [stderr]    Compiling nom-derive v0.7.2
[INFO] [stderr]    Compiling structopt-derive v0.4.15
[INFO] [stderr]    Compiling rusticata-macros v3.2.0
[INFO] [stderr]    Compiling dhcp4r v0.2.2
[INFO] [stderr]    Compiling structopt v0.3.22
[INFO] [stderr]    Compiling pktparse v0.5.0
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling packetkit v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0659]: `Unknown` is ambiguous
[INFO] [stdout]   --> src/centrifuge/mod.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |             Err(_)  => Unknown(data.to_vec()),
[INFO] [stdout]    |                        ^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Unknown` could refer to the tuple variant imported here
[INFO] [stdout]   --> src/structs/mod.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub use crate::structs::raw::Raw::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unknown` to disambiguate
[INFO] [stdout] note: `Unknown` could also refer to the tuple variant imported here
[INFO] [stdout]   --> src/structs/mod.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub use crate::structs::ether::Ether::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unknown` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Unknown` is ambiguous
[INFO] [stdout]   --> src/centrifuge/mod.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Unknown(data.to_vec())
[INFO] [stdout]    |             ^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Unknown` could refer to the tuple variant imported here
[INFO] [stdout]   --> src/structs/mod.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub use crate::structs::raw::Raw::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unknown` to disambiguate
[INFO] [stdout] note: `Unknown` could also refer to the tuple variant imported here
[INFO] [stdout]   --> src/structs/mod.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub use crate::structs::ether::Ether::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Unknown` to disambiguate
[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] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `packetkit` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639", kill_on_drop: false }`
[INFO] [stdout] b20dc41e7d84015b224eac1db5c9ff5098cdcdb3611076c8c974dc2e0a179639
