[INFO] fetching crate ruleasy 0.1.3... [INFO] testing ruleasy-0.1.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate ruleasy 0.1.3 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate ruleasy 0.1.3 [INFO] finished tweaking crates.io crate ruleasy 0.1.3 [INFO] tweaked toml for crates.io crate ruleasy 0.1.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ruleasy 0.1.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44554e67a432b01223c3e12fa3b93b68c68d38c34daafecf37bea550f0abf90d [INFO] running `Command { std: "docker" "start" "-a" "44554e67a432b01223c3e12fa3b93b68c68d38c34daafecf37bea550f0abf90d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44554e67a432b01223c3e12fa3b93b68c68d38c34daafecf37bea550f0abf90d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44554e67a432b01223c3e12fa3b93b68c68d38c34daafecf37bea550f0abf90d", kill_on_drop: false }` [INFO] [stdout] 44554e67a432b01223c3e12fa3b93b68c68d38c34daafecf37bea550f0abf90d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c2d69d1d148cc0cc060214abd3d073cd315608b8a1bcdff61a94fbbd62a5b3e4 [INFO] running `Command { std: "docker" "start" "-a" "c2d69d1d148cc0cc060214abd3d073cd315608b8a1bcdff61a94fbbd62a5b3e4", kill_on_drop: false }` [INFO] [stderr] Compiling ruleasy v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 28 - return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] 28 + return match rule.evaluate(&mut self.knowledge) { [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 29 - Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] 29 + Ok(_) => rule.execute(&mut self.knowledge), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "c2d69d1d148cc0cc060214abd3d073cd315608b8a1bcdff61a94fbbd62a5b3e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2d69d1d148cc0cc060214abd3d073cd315608b8a1bcdff61a94fbbd62a5b3e4", kill_on_drop: false }` [INFO] [stdout] c2d69d1d148cc0cc060214abd3d073cd315608b8a1bcdff61a94fbbd62a5b3e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8670a40b4d267c552649876d2016e41945c3e5d24bd6a4db2338874a4cf7fb4f [INFO] running `Command { std: "docker" "start" "-a" "8670a40b4d267c552649876d2016e41945c3e5d24bd6a4db2338874a4cf7fb4f", kill_on_drop: false }` [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 28 - return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] 28 + return match rule.evaluate(&mut self.knowledge) { [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 29 - Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] 29 + Ok(_) => rule.execute(&mut self.knowledge), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruleasy v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 28 - return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stdout] 28 + return match rule.evaluate(&mut self.knowledge) { [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stdout] --> src/engine.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 29 - Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stdout] 29 + Ok(_) => rule.execute(&mut self.knowledge), [INFO] [stdout] | [INFO] [stdout] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stdout] --> src/rule.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub struct Rule<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "8670a40b4d267c552649876d2016e41945c3e5d24bd6a4db2338874a4cf7fb4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8670a40b4d267c552649876d2016e41945c3e5d24bd6a4db2338874a4cf7fb4f", kill_on_drop: false }` [INFO] [stdout] 8670a40b4d267c552649876d2016e41945c3e5d24bd6a4db2338874a4cf7fb4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 660810b57d5f14e67a49ef7464a68b50b20e5a81e69e400a2bade8658563bb07 [INFO] running `Command { std: "docker" "start" "-a" "660810b57d5f14e67a49ef7464a68b50b20e5a81e69e400a2bade8658563bb07", kill_on_drop: false }` [INFO] [stderr] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stderr] --> src/engine.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 28 - return match rule.borrow().evaluate(&mut self.knowledge) { [INFO] [stderr] 28 + return match rule.evaluate(&mut self.knowledge) { [INFO] [stderr] | [INFO] [stderr] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stderr] --> src/rule.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #[derive(Clone)] [INFO] [stderr] 5 | pub struct Rule<'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: call to `.borrow()` on a reference in this situation does nothing [INFO] [stderr] --> src/engine.rs:29:30 [INFO] [stderr] | [INFO] [stderr] 29 | Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `Rule<'_>` does not implement `Borrow`, so calling `borrow` on `&Rule<'_>` copies the reference, which does not do anything and can be removed [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 29 - Ok(_) => rule.borrow().execute(&mut self.knowledge), [INFO] [stderr] 29 + Ok(_) => rule.execute(&mut self.knowledge), [INFO] [stderr] | [INFO] [stderr] help: if you meant to clone `Rule<'_>`, implement `Clone` for it [INFO] [stderr] --> src/rule.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 + #[derive(Clone)] [INFO] [stderr] 5 | pub struct Rule<'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ruleasy` (lib) generated 2 warnings (run `cargo fix --lib -p ruleasy` to apply 2 suggestions) [INFO] [stderr] warning: `ruleasy` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/ruleasy-f30073b3da69d4c6) [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::engine ... ok [INFO] [stdout] test tests::priority ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "660810b57d5f14e67a49ef7464a68b50b20e5a81e69e400a2bade8658563bb07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "660810b57d5f14e67a49ef7464a68b50b20e5a81e69e400a2bade8658563bb07", kill_on_drop: false }` [INFO] [stdout] 660810b57d5f14e67a49ef7464a68b50b20e5a81e69e400a2bade8658563bb07