[INFO] fetching crate alrami 0.0.0...
[INFO] testing alrami-0.0.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate alrami 0.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate alrami 0.0.0
[INFO] finished tweaking crates.io crate alrami 0.0.0
[INFO] tweaked toml for crates.io crate alrami 0.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate alrami 0.0.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate alrami 0.0.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5a15bb5b30aab41a93f4ba12f1d3c47908cee0dae1b5f6f4e09fd70fc72781b
[INFO] running `Command { std: "docker" "start" "-a" "c5a15bb5b30aab41a93f4ba12f1d3c47908cee0dae1b5f6f4e09fd70fc72781b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5a15bb5b30aab41a93f4ba12f1d3c47908cee0dae1b5f6f4e09fd70fc72781b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5a15bb5b30aab41a93f4ba12f1d3c47908cee0dae1b5f6f4e09fd70fc72781b", kill_on_drop: false }`
[INFO] [stdout] c5a15bb5b30aab41a93f4ba12f1d3c47908cee0dae1b5f6f4e09fd70fc72781b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59a93151334a385b06228ff22a0a8ff7f013be77e55e903be48354f6bc3eb8c2
[INFO] running `Command { std: "docker" "start" "-a" "59a93151334a385b06228ff22a0a8ff7f013be77e55e903be48354f6bc3eb8c2", kill_on_drop: false }`
[INFO] [stderr] Compiling autocfg v1.4.0
[INFO] [stderr] Compiling scopeguard v1.2.0
[INFO] [stderr] Compiling lock_api v0.4.12
[INFO] [stderr] Compiling spin v0.9.8
[INFO] [stderr] Compiling alrami v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:36:17
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:43:21
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/locked.rs:12:17
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
[INFO] running `Command { std: "docker" "inspect" "59a93151334a385b06228ff22a0a8ff7f013be77e55e903be48354f6bc3eb8c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59a93151334a385b06228ff22a0a8ff7f013be77e55e903be48354f6bc3eb8c2", kill_on_drop: false }`
[INFO] [stdout] 59a93151334a385b06228ff22a0a8ff7f013be77e55e903be48354f6bc3eb8c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c604908ecd39cf8b77bbff075eafa85cac095a2c19784daa8451f300a43574d1
[INFO] running `Command { std: "docker" "start" "-a" "c604908ecd39cf8b77bbff075eafa85cac095a2c19784daa8451f300a43574d1", kill_on_drop: false }`
[INFO] [stderr] Compiling alrami v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:36:17
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:43:21
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/locked.rs:12:17
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:36:17
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter {
[INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 36 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/linked_list.rs:43:21
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 43 | pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stdout] | ++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/structures/locked.rs:12:17
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard {
[INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn lock(&self) -> spin::MutexGuard<'_, A> {
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "c604908ecd39cf8b77bbff075eafa85cac095a2c19784daa8451f300a43574d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c604908ecd39cf8b77bbff075eafa85cac095a2c19784daa8451f300a43574d1", kill_on_drop: false }`
[INFO] [stdout] c604908ecd39cf8b77bbff075eafa85cac095a2c19784daa8451f300a43574d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9c0b3c06272a8a1ba6a7fee66d74f260f8c4919b18f8ba174ef2a1873401fd73
[INFO] running `Command { std: "docker" "start" "-a" "9c0b3c06272a8a1ba6a7fee66d74f260f8c4919b18f8ba174ef2a1873401fd73", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]
[INFO] [stderr] --> src/structures/linked_list.rs:36:17
[INFO] [stdout] running 0 tests
[INFO] [stderr] |
[INFO] [stdout]
[INFO] [stderr] 36 | pub fn iter(&self) -> Iter {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] | ^^^^^ ^^^^ the same lifetime is hidden here
[INFO] [stdout]
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 36 | pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/structures/linked_list.rs:43:21
[INFO] [stderr] |
[INFO] [stderr] 43 | pub fn iter_mut(&mut self) -> IterMut {
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 43 | pub fn iter_mut(&mut self) -> IterMut<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/structures/locked.rs:12:17
[INFO] [stderr] |
[INFO] [stderr] 12 | pub fn lock(&self) -> spin::MutexGuard {
[INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 12 | pub fn lock(&self) -> spin::MutexGuard<'_, A> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `alrami` (lib) generated 3 warnings (run `cargo fix --lib -p alrami` to apply 3 suggestions)
[INFO] [stderr] warning: `alrami` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/alrami-7bdcf4042b8c1a27)
[INFO] [stderr] Doc-tests alrami
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "9c0b3c06272a8a1ba6a7fee66d74f260f8c4919b18f8ba174ef2a1873401fd73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c0b3c06272a8a1ba6a7fee66d74f260f8c4919b18f8ba174ef2a1873401fd73", kill_on_drop: false }`
[INFO] [stdout] 9c0b3c06272a8a1ba6a7fee66d74f260f8c4919b18f8ba174ef2a1873401fd73