[INFO] cloning repository https://github.com/howe1110/enode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/howe1110/enode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhowe1110%2Fenode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhowe1110%2Fenode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40de7cfbddd9cd6672781eed2f04a0fa94769786
[INFO] checking howe1110/enode against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhowe1110%2Fenode" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/howe1110/enode
[INFO] finished tweaking git repo https://github.com/howe1110/enode
[INFO] tweaked toml for git repo https://github.com/howe1110/enode written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/howe1110/enode on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/howe1110/enode 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 331fc643ad1d92b6f99855133a5affe365c8ce30208484052b4e612e00641020
[INFO] running `Command { std: "docker" "start" "-a" "331fc643ad1d92b6f99855133a5affe365c8ce30208484052b4e612e00641020", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "331fc643ad1d92b6f99855133a5affe365c8ce30208484052b4e612e00641020", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "331fc643ad1d92b6f99855133a5affe365c8ce30208484052b4e612e00641020", kill_on_drop: false }`
[INFO] [stdout] 331fc643ad1d92b6f99855133a5affe365c8ce30208484052b4e612e00641020
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a27a7d5730dd33e3c850858c416559def0459e67cbccf5fdf76bf7db49ffbb4
[INFO] running `Command { std: "docker" "start" "-a" "7a27a7d5730dd33e3c850858c416559def0459e67cbccf5fdf76bf7db49ffbb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.76
[INFO] [stderr]    Compiling proc-macro2 v1.0.21
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.40
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling serde_derive v1.0.115
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking arc-swap v0.4.7
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]     Checking byte-tools v0.1.3
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.35
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking signal-hook-registry v1.2.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking futures-core v0.3.6
[INFO] [stderr]     Checking pin-project-lite v0.1.10
[INFO] [stderr]     Checking mio v0.6.22
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking bit_field v0.9.0
[INFO] [stderr]     Checking generic-array v0.7.3
[INFO] [stderr]     Checking digest v0.5.2
[INFO] [stderr]     Checking digest-buffer v0.3.1
[INFO] [stderr]     Checking sha2 v0.5.3
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking chrono v0.4.15
[INFO] [stderr]     Checking timer v0.2.0
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking tokio v0.2.22
[INFO] [stderr]     Checking bincode v1.3.1
[INFO] [stderr]     Checking ppgw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]  --> src/net/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::connection::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ the name `SendError` in the type namespace is first re-exported here
[INFO] [stdout] 3 | pub use self::messagecacher::*;
[INFO] [stdout] 4 | pub use self::node::*;
[INFO] [stdout]   |         ------------- but the name `SendError` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]   = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/net/connection.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SocketAddr` and `UdpSocket`
[INFO] [stdout]  --> src/test/client.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::net::{SocketAddr, UdpSocket};
[INFO] [stdout]   |                ^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/test/client.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: ambiguous glob re-exports
[INFO] [stdout]  --> src/net/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use self::connection::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ the name `SendError` in the type namespace is first re-exported here
[INFO] [stdout] 3 | pub use self::messagecacher::*;
[INFO] [stdout] 4 | pub use self::node::*;
[INFO] [stdout]   |         ------------- but the name `SendError` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #107880 <https://github.com/rust-lang/rust/issues/107880>
[INFO] [stdout]   = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/net/connection.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SocketAddr` and `UdpSocket`
[INFO] [stdout]  --> src/test/client.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::net::{SocketAddr, UdpSocket};
[INFO] [stdout]   |                ^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/test/client.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `handle`
[INFO] [stdout]   --> src/test/client.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let handle = std::thread::spawn(move || {
[INFO] [stdout]    |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_handle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ppgw` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `handle`
[INFO] [stdout]   --> src/test/client.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let handle = std::thread::spawn(move || {
[INFO] [stdout]    |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_handle`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ppgw` (lib) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7a27a7d5730dd33e3c850858c416559def0459e67cbccf5fdf76bf7db49ffbb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a27a7d5730dd33e3c850858c416559def0459e67cbccf5fdf76bf7db49ffbb4", kill_on_drop: false }`
[INFO] [stdout] 7a27a7d5730dd33e3c850858c416559def0459e67cbccf5fdf76bf7db49ffbb4
