[INFO] fetching crate wards 0.1.10... [INFO] testing wards-0.1.10 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate wards 0.1.10 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate wards 0.1.10 [INFO] finished tweaking crates.io crate wards 0.1.10 [INFO] tweaked toml for crates.io crate wards 0.1.10 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wards 0.1.10 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 32 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0791d2d4c4de08ad56f722deab332b957b3436b1bc9168c9b5e0138c3c0faef9 [INFO] running `Command { std: "docker" "start" "-a" "0791d2d4c4de08ad56f722deab332b957b3436b1bc9168c9b5e0138c3c0faef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0791d2d4c4de08ad56f722deab332b957b3436b1bc9168c9b5e0138c3c0faef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0791d2d4c4de08ad56f722deab332b957b3436b1bc9168c9b5e0138c3c0faef9", kill_on_drop: false }` [INFO] [stdout] 0791d2d4c4de08ad56f722deab332b957b3436b1bc9168c9b5e0138c3c0faef9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 878db19b76921d0b107c1156952616177daf6cb4da2bd1e0c8c461be77ff1ef1 [INFO] running `Command { std: "docker" "start" "-a" "878db19b76921d0b107c1156952616177daf6cb4da2bd1e0c8c461be77ff1ef1", kill_on_drop: false }` [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling wards v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:69:65 [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:110:65 [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "878db19b76921d0b107c1156952616177daf6cb4da2bd1e0c8c461be77ff1ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "878db19b76921d0b107c1156952616177daf6cb4da2bd1e0c8c461be77ff1ef1", kill_on_drop: false }` [INFO] [stdout] 878db19b76921d0b107c1156952616177daf6cb4da2bd1e0c8c461be77ff1ef1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da5c3fb8ebe8fa2ab3370c11bfb4bf502ea1745828487614e1b2cb1d06134889 [INFO] running `Command { std: "docker" "start" "-a" "da5c3fb8ebe8fa2ab3370c11bfb4bf502ea1745828487614e1b2cb1d06134889", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:69:65 [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:110:65 [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wards v0.1.10 (/opt/rustwide/workdir) [INFO] [stdout] error: environment variable `TEST_CAMERA_IP` not defined at compile time [INFO] [stdout] --> tests/common/mod.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | let ip = env!("TEST_CAMERA_IP").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `std::env::var("TEST_CAMERA_IP")` to read the variable at run time [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: environment variable `TEST_CAMERA_USERNAME` not defined at compile time [INFO] [stdout] --> tests/common/mod.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | let username = env!("TEST_CAMERA_USERNAME").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `std::env::var("TEST_CAMERA_USERNAME")` to read the variable at run time [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: environment variable `TEST_CAMERA_PASSWORD` not defined at compile time [INFO] [stdout] --> tests/common/mod.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | let password = env!("TEST_CAMERA_PASSWORD").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `std::env::var("TEST_CAMERA_PASSWORD")` to read the variable at run time [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: environment variable `TEST_CAMERA_DESCRIPTION` not defined at compile time [INFO] [stdout] --> tests/common/mod.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | let description = env!("TEST_CAMERA_DESCRIPTION").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use `std::env::var("TEST_CAMERA_DESCRIPTION")` to read the variable at run time [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wards` (test "integration_test") due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:69:65 [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 69 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError>; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/car.rs:110:65 [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 110 | fn add_cars<'a>(&'a self, cars: &'a Vec) -> Result, WardError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da5c3fb8ebe8fa2ab3370c11bfb4bf502ea1745828487614e1b2cb1d06134889", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da5c3fb8ebe8fa2ab3370c11bfb4bf502ea1745828487614e1b2cb1d06134889", kill_on_drop: false }` [INFO] [stdout] da5c3fb8ebe8fa2ab3370c11bfb4bf502ea1745828487614e1b2cb1d06134889