[INFO] fetching crate jlib 0.3.7... [INFO] checking jlib-0.3.7 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate jlib 0.3.7 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate jlib 0.3.7 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jlib 0.3.7 [INFO] finished tweaking crates.io crate jlib 0.3.7 [INFO] tweaked toml for crates.io crate jlib 0.3.7 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate jlib 0.3.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clear_on_drop v0.2.3 [INFO] [stderr] Downloaded cast-rs v0.2.1 [INFO] [stderr] Downloaded curve25519-dalek v1.2.3 [INFO] [stderr] Downloaded downcast-rs v1.1.1 [INFO] [stderr] Downloaded slice-cast v0.1.2 [INFO] [stderr] Downloaded subtle v2.2.2 [INFO] [stderr] Downloaded basex-rs v0.1.1 [INFO] [stderr] Downloaded typename_derive v0.1.4 [INFO] [stderr] Downloaded ws v0.8.1 [INFO] [stderr] Downloaded secp256k1 v0.13.0 [INFO] [stderr] Downloaded ed25519-dalek v0.9.1 [INFO] [stderr] Downloaded typename v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9ae34619d464c5de6a7c15c3b0c46b02c060b475abdf6471ef0186781b862dd [INFO] running `Command { std: "docker" "start" "-a" "a9ae34619d464c5de6a7c15c3b0c46b02c060b475abdf6471ef0186781b862dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9ae34619d464c5de6a7c15c3b0c46b02c060b475abdf6471ef0186781b862dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ae34619d464c5de6a7c15c3b0c46b02c060b475abdf6471ef0186781b862dd", kill_on_drop: false }` [INFO] [stdout] a9ae34619d464c5de6a7c15c3b0c46b02c060b475abdf6471ef0186781b862dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73776f9b30464b8603102a0cce4ebcc74629fff2a83d535d1d9bc0292a82c8fc [INFO] running `Command { std: "docker" "start" "-a" "73776f9b30464b8603102a0cce4ebcc74629fff2a83d535d1d9bc0292a82c8fc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling subtle v2.2.2 [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking slice-cast v0.1.2 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking basex-rs v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling secp256k1 v0.13.0 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking memchr v2.3.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking cast-rs v0.2.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking ed25519-dalek v0.9.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking ws v0.8.1 [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:622:37 [INFO] [stdout] | [INFO] [stdout] 622 | Err(err) => error!( [INFO] [stdout] | _____________________________________^ [INFO] [stdout] 623 | | "Encountered an error {:?} while accepting tcp connection.", [INFO] [stdout] 624 | | err [INFO] [stdout] 625 | | ), [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:831:33 [INFO] [stdout] | [INFO] [stdout] 831 | ... trace!("Connection disconnected while a message was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:834:29 [INFO] [stdout] | [INFO] [stdout] 834 | / ... trace!( [INFO] [stdout] 835 | | ... "Connection disconnected while a message was waiting in the queue." [INFO] [stdout] 836 | | ... ) [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:846:33 [INFO] [stdout] | [INFO] [stdout] 846 | ... trace!("Connection disconnected while close signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:849:29 [INFO] [stdout] | [INFO] [stdout] 849 | ... trace!("Connection disconnected while close signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:859:33 [INFO] [stdout] | [INFO] [stdout] 859 | ... trace!("Connection disconnected while ping signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:862:29 [INFO] [stdout] | [INFO] [stdout] 862 | ... trace!("Connection disconnected while ping signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:872:33 [INFO] [stdout] | [INFO] [stdout] 872 | ... trace!("Connection disconnected while pong signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:875:29 [INFO] [stdout] | [INFO] [stdout] 875 | ... trace!("Connection disconnected while pong signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ws-0.8.1/src/io.rs:908:29 [INFO] [stdout] | [INFO] [stdout] 908 | ... trace!("Connection disconnected while pong signal was waiting in the queue.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ws` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "73776f9b30464b8603102a0cce4ebcc74629fff2a83d535d1d9bc0292a82c8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73776f9b30464b8603102a0cce4ebcc74629fff2a83d535d1d9bc0292a82c8fc", kill_on_drop: false }` [INFO] [stdout] 73776f9b30464b8603102a0cce4ebcc74629fff2a83d535d1d9bc0292a82c8fc