[INFO] cloning repository https://github.com/heronsounds/heron-rebuild [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/heronsounds/heron-rebuild" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheronsounds%2Fheron-rebuild", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheronsounds%2Fheron-rebuild'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d02e9364dbefa556d9c7d7cc3520e9869d49da26 [INFO] testing heronsounds/heron-rebuild against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fheronsounds%2Fheron-rebuild" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/heronsounds/heron-rebuild [INFO] finished tweaking git repo https://github.com/heronsounds/heron-rebuild [INFO] tweaked toml for git repo https://github.com/heronsounds/heron-rebuild written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/heronsounds/heron-rebuild on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/heronsounds/heron-rebuild 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0363f57076f1013b8631b88f056c0af7d01ac61d557447e570c66c3d46a46e5d [INFO] running `Command { std: "docker" "start" "-a" "0363f57076f1013b8631b88f056c0af7d01ac61d557447e570c66c3d46a46e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0363f57076f1013b8631b88f056c0af7d01ac61d557447e570c66c3d46a46e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0363f57076f1013b8631b88f056c0af7d01ac61d557447e570c66c3d46a46e5d", kill_on_drop: false }` [INFO] [stdout] 0363f57076f1013b8631b88f056c0af7d01ac61d557447e570c66c3d46a46e5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95ca890ec150bd4d5eca424ba3d18e74d7e68df32813b4e82086dd27d406f0e1 [INFO] running `Command { std: "docker" "start" "-a" "95ca890ec150bd4d5eca424ba3d18e74d7e68df32813b4e82086dd27d406f0e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling combine v4.5.2 [INFO] [stderr] Compiling clap_builder v4.5.8 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling heron-rebuild-intern v0.2.0 (/opt/rustwide/workdir/intern) [INFO] [stderr] Compiling heron-rebuild-util v0.2.0 (/opt/rustwide/workdir/util) [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling clap v4.5.8 [INFO] [stderr] Compiling heron-rebuild-syntax v0.2.0 (/opt/rustwide/workdir/syntax) [INFO] [stderr] Compiling heron-rebuild-workflow v0.2.0 (/opt/rustwide/workdir/workflow) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/strings.rs:78:32 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/strings.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/string_cache.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/string_cache.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling heron-rebuild-traverse v0.2.0 (/opt/rustwide/workdir/traverse) [INFO] [stderr] Compiling heron-rebuild v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.25s [INFO] running `Command { std: "docker" "inspect" "95ca890ec150bd4d5eca424ba3d18e74d7e68df32813b4e82086dd27d406f0e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95ca890ec150bd4d5eca424ba3d18e74d7e68df32813b4e82086dd27d406f0e1", kill_on_drop: false }` [INFO] [stdout] 95ca890ec150bd4d5eca424ba3d18e74d7e68df32813b4e82086dd27d406f0e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80d01fa7875ef60e7383be52cbe8dd7adc2872f506807a6466f4f5c6a91664a1 [INFO] running `Command { std: "docker" "start" "-a" "80d01fa7875ef60e7383be52cbe8dd7adc2872f506807a6466f4f5c6a91664a1", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/strings.rs:78:32 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/strings.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/string_cache.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> workflow/src/string_cache.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling heron-rebuild v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.34s [INFO] running `Command { std: "docker" "inspect" "80d01fa7875ef60e7383be52cbe8dd7adc2872f506807a6466f4f5c6a91664a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80d01fa7875ef60e7383be52cbe8dd7adc2872f506807a6466f4f5c6a91664a1", kill_on_drop: false }` [INFO] [stdout] 80d01fa7875ef60e7383be52cbe8dd7adc2872f506807a6466f4f5c6a91664a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] acd5c8b2a10f6c5ffd4b3e46334a858dec0ff927ece7c3a94e8a491edb8c1005 [INFO] running `Command { std: "docker" "start" "-a" "acd5c8b2a10f6c5ffd4b3e46334a858dec0ff927ece7c3a94e8a491edb8c1005", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> workflow/src/strings.rs:78:32 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test fs::ops::tests::test_copy_file ... ok [INFO] [stderr] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stdout] test fs::ops::tests::test_copy_dir ... ok [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 78 | pub fn get_full_branch_str(&self, branch: &BranchSpec) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> workflow/src/strings.rs:84:30 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 84 | pub fn get_real_task_str(&self, task: &RealTaskKey) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> workflow/src/string_cache.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 37 | pub fn get_or_insert(&self, val: &T, wf: &WorkflowStrings) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> workflow/src/string_cache.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 53 | fn get_substr(&self, start: usize, end: usize) -> Ref<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `heron-rebuild-workflow` (lib) generated 4 warnings (run `cargo fix --lib -p heron-rebuild-workflow` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/heron_rebuild-936dc3fa3c186240) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hr-419948719e5d919b) [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] [stderr] Running tests/integ.rs (/opt/rustwide/target/debug/deps/integ-f9f1b08cc8ed26d0) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_basic ... FAILED [INFO] [stdout] test test_invalidate_earlier_task ... FAILED [INFO] [stdout] test test_invalidate_earlier_task_baseline ... FAILED [INFO] [stdout] test test_invalidate_goal_empty_branch ... FAILED [INFO] [stdout] test test_invalidate_goal_non_matching_branch ... FAILED [INFO] [stdout] test test_nonexistent_task_output ... ok [INFO] [stdout] test test_plan_with_two_goals ... FAILED [INFO] [stdout] test test_plan_with_two_subplans ... FAILED [INFO] [stdout] test test_self_referential_task ... ok [INFO] [stdout] test test_nonexistent_config ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_basic stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_invalidate_earlier_task stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_invalidate_earlier_task_baseline stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_invalidate_goal_empty_branch stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_invalidate_goal_non_matching_branch stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_plan_with_two_goals stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] ---- test_plan_with_two_subplans stdout ---- [INFO] [stdout] Error: Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_basic [INFO] [stdout] test_invalidate_earlier_task [INFO] [stdout] test_invalidate_earlier_task_baseline [INFO] [stdout] test_invalidate_goal_empty_branch [INFO] [stdout] test_invalidate_goal_non_matching_branch [INFO] [stdout] test_plan_with_two_goals [INFO] [stdout] test_plan_with_two_subplans [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test integ` [INFO] running `Command { std: "docker" "inspect" "acd5c8b2a10f6c5ffd4b3e46334a858dec0ff927ece7c3a94e8a491edb8c1005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd5c8b2a10f6c5ffd4b3e46334a858dec0ff927ece7c3a94e8a491edb8c1005", kill_on_drop: false }` [INFO] [stdout] acd5c8b2a10f6c5ffd4b3e46334a858dec0ff927ece7c3a94e8a491edb8c1005