[INFO] cloning repository https://github.com/Chopinsky/Rusty_Express [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Chopinsky/Rusty_Express" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChopinsky%2FRusty_Express", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChopinsky%2FRusty_Express'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec0ecce32e7c84ce2791cbb0dcbe2ec5918ed7da [INFO] testing Chopinsky/Rusty_Express against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChopinsky%2FRusty_Express" "/workspace/builds/worker-48/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-48/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Chopinsky/Rusty_Express on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Chopinsky/Rusty_Express [INFO] finished tweaking git repo https://github.com/Chopinsky/Rusty_Express [INFO] tweaked toml for git repo https://github.com/Chopinsky/Rusty_Express written to /workspace/builds/worker-48/source/Cargo.toml [INFO] crate git repo https://github.com/Chopinsky/Rusty_Express already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52ec005dd845d42c20dc57da29beb52c2949bb6dd9a53b5ffa456b2092fc2e1c [INFO] running `Command { std: "docker" "start" "-a" "52ec005dd845d42c20dc57da29beb52c2949bb6dd9a53b5ffa456b2092fc2e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52ec005dd845d42c20dc57da29beb52c2949bb6dd9a53b5ffa456b2092fc2e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52ec005dd845d42c20dc57da29beb52c2949bb6dd9a53b5ffa456b2092fc2e1c", kill_on_drop: false }` [INFO] [stdout] 52ec005dd845d42c20dc57da29beb52c2949bb6dd9a53b5ffa456b2092fc2e1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a40e75943c6c2bfb41b68628fa1af7665bdcf0fce90cf81c4a9fda013cc0e502 [INFO] running `Command { std: "docker" "start" "-a" "a40e75943c6c2bfb41b68628fa1af7665bdcf0fce90cf81c4a9fda013cc0e502", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling openssl v0.10.21 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling openssl-sys v0.9.45 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling rusty_express v0.4.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/core/http.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 565 | (self.is_header_only() || !self.body.is_empty() || self.body_chan.0.is_some()) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 565 - (self.is_header_only() || !self.body.is_empty() || self.body_chan.0.is_some()) [INFO] [stdout] 565 + self.is_header_only() || !self.body.is_empty() || self.body_chan.0.is_some() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/support/common.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | atomic::spin_loop_hint() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RETRY_LIMIT` [INFO] [stdout] --> src/support/locks.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | const RETRY_LIMIT: usize = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PARK_TIMEOUT` [INFO] [stdout] --> src/support/locks.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | const PARK_TIMEOUT: u64 = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/support/locks.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `lock` [INFO] [stdout] --> src/support/locks.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn lock(&self, new: i8) -> SpinLockGuard<'_> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: atomic loads cannot have `Release` or `AcqRel` ordering [INFO] [stdout] --> src/support/session.rs:290:25 [INFO] [stdout] | [INFO] [stdout] 290 | AUTO_CLEAN.load(atomic::Ordering::Release) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_atomic_ordering)]` on by default [INFO] [stdout] = help: consider using ordering modes `Acquire`, `SeqCst` or `Relaxed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusty_express` due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a40e75943c6c2bfb41b68628fa1af7665bdcf0fce90cf81c4a9fda013cc0e502", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a40e75943c6c2bfb41b68628fa1af7665bdcf0fce90cf81c4a9fda013cc0e502", kill_on_drop: false }` [INFO] [stdout] a40e75943c6c2bfb41b68628fa1af7665bdcf0fce90cf81c4a9fda013cc0e502