[INFO] cloning repository https://github.com/greged93/compute-graph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/greged93/compute-graph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreged93%2Fcompute-graph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreged93%2Fcompute-graph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d16878d9daedd899216eaa4c0b8820666f0ce8f
[INFO] testing greged93/compute-graph against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreged93%2Fcompute-graph" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/greged93/compute-graph
[INFO] finished tweaking git repo https://github.com/greged93/compute-graph
[INFO] tweaked toml for git repo https://github.com/greged93/compute-graph written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/greged93/compute-graph on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/greged93/compute-graph 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" "+beta-2026-04-21" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d29f2f1fd3b942bc513a04d02414f996ffcea68a9abdedb21d5f7e78e2d4030
[INFO] running `Command { std: "docker" "start" "-a" "1d29f2f1fd3b942bc513a04d02414f996ffcea68a9abdedb21d5f7e78e2d4030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d29f2f1fd3b942bc513a04d02414f996ffcea68a9abdedb21d5f7e78e2d4030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d29f2f1fd3b942bc513a04d02414f996ffcea68a9abdedb21d5f7e78e2d4030", kill_on_drop: false }`
[INFO] [stdout] 1d29f2f1fd3b942bc513a04d02414f996ffcea68a9abdedb21d5f7e78e2d4030
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f5028b822ac3f150c6d7f8527105a88333262077cd0f8a1ef2a33be07b85f34
[INFO] running `Command { std: "docker" "start" "-a" "6f5028b822ac3f150c6d7f8527105a88333262077cd0f8a1ef2a33be07b85f34", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling graph v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
[INFO] running `Command { std: "docker" "inspect" "6f5028b822ac3f150c6d7f8527105a88333262077cd0f8a1ef2a33be07b85f34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f5028b822ac3f150c6d7f8527105a88333262077cd0f8a1ef2a33be07b85f34", kill_on_drop: false }`
[INFO] [stdout] 6f5028b822ac3f150c6d7f8527105a88333262077cd0f8a1ef2a33be07b85f34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd598d72da3b729aa55b1c33738db79fb81987cd0be31f401f9d6c1f9b776084
[INFO] running `Command { std: "docker" "start" "-a" "dd598d72da3b729aa55b1c33738db79fb81987cd0be31f401f9d6c1f9b776084", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling graph v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.52s
[INFO] running `Command { std: "docker" "inspect" "dd598d72da3b729aa55b1c33738db79fb81987cd0be31f401f9d6c1f9b776084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd598d72da3b729aa55b1c33738db79fb81987cd0be31f401f9d6c1f9b776084", kill_on_drop: false }`
[INFO] [stdout] dd598d72da3b729aa55b1c33738db79fb81987cd0be31f401f9d6c1f9b776084
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 53f449709c14dc3601b5977b98a731ea2565131e223dec7854620bae75680f70
[INFO] running `Command { std: "docker" "start" "-a" "53f449709c14dc3601b5977b98a731ea2565131e223dec7854620bae75680f70", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph-51fea06146d5fc63)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] [2m2026-04-26T21:13:25.317219Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.317266Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 1
[INFO] [stdout] [2m2026-04-26T21:13:25.317277Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 and 1
[INFO] [stdout] [2m2026-04-26T21:13:25.317288Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Hinting node input_0 + 1 with function
[INFO] [stdout] [2m2026-04-26T21:13:25.317298Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 8
[INFO] [stdout] [2m2026-04-26T21:13:25.317309Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes f(input_0 + 1) and 8
[INFO] [stdout] [2m2026-04-26T21:13:25.317320Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: input_0 + 1 == f(input_0 + 1) * 8
[INFO] [stdout] [2m2026-04-26T21:13:25.317317Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.317331Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.317341Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_1
[INFO] [stdout] [2m2026-04-26T21:13:25.317344Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] [2m2026-04-26T21:13:25.317350Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.317354Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting input_0 + 1 == f(input_0 + 1) * 8
[INFO] [stdout] test tests::test_incorrect_input_values ... ok
[INFO] [stdout] [2m2026-04-26T21:13:25.317498Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.317546Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes input_0 and input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.317556Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 5
[INFO] [stdout] [2m2026-04-26T21:13:25.317564Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 * input_0 and 5
[INFO] [stdout] [2m2026-04-26T21:13:25.317586Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 * input_0 + 5 and input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.317596Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.317604Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] test tests::test_divide_hint ... ok
[INFO] [stdout] test tests::test_simple_function ... ok
[INFO] [stderr]    Doc-tests graph
[INFO] [stdout] [2m2026-04-26T21:13:25.327030Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.327079Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 1
[INFO] [stdout] [2m2026-04-26T21:13:25.327090Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 and 1
[INFO] [stdout] [2m2026-04-26T21:13:25.327099Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Hinting node input_0 + 1 with function
[INFO] [stdout] [2m2026-04-26T21:13:25.327108Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 8
[INFO] [stdout] [2m2026-04-26T21:13:25.327116Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes f(input_0 + 1) and 8
[INFO] [stdout] [2m2026-04-26T21:13:25.327125Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: input_0 + 1 == f(input_0 + 1) * 8
[INFO] [stdout] [2m2026-04-26T21:13:25.327136Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.327145Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] [2m2026-04-26T21:13:25.327152Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting input_0 + 1 == f(input_0 + 1) * 8
[INFO] [stdout] [2m2026-04-26T21:13:25.327170Z[0m [31mERROR[0m [2mgraph[0m[2m:[0m Assertion failed: input_0 + 1 != f(input_0 + 1) * 8
[INFO] [stdout] [2m2026-04-26T21:13:25.327414Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.327437Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327445Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 and 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327453Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 9
[INFO] [stdout] [2m2026-04-26T21:13:25.327461Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: 9 == input_0 + 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327470Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Hinting node input_0 + 7 with function
[INFO] [stdout] [2m2026-04-26T21:13:25.327479Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes f(input_0 + 7) and f(input_0 + 7)
[INFO] [stdout] [2m2026-04-26T21:13:25.327488Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: f(input_0 + 7) * f(input_0 + 7) == input_0 + 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327498Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.327507Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] [2m2026-04-26T21:13:25.327514Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting 9 == input_0 + 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327523Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting f(input_0 + 7) * f(input_0 + 7) == input_0 + 7
[INFO] [stdout] [2m2026-04-26T21:13:25.327718Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.327739Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_1
[INFO] [stdout] [2m2026-04-26T21:13:25.327747Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 and input_1
[INFO] [stdout] [2m2026-04-26T21:13:25.327755Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Hinting node input_0 + input_1 with function
[INFO] [stdout] [2m2026-04-26T21:13:25.327765Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes f(input_0 + input_1) and f(input_0 + input_1)
[INFO] [stdout] [2m2026-04-26T21:13:25.327775Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: f(input_0 + input_1) * f(input_0 + input_1) == input_0 + input_1
[INFO] [stdout] [2m2026-04-26T21:13:25.327785Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.327810Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] test tests::test_failing_assert ... ok
[INFO] [stdout] [2m2026-04-26T21:13:25.327820Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting f(input_0 + input_1) * f(input_0 + input_1) == input_0 + input_1
[INFO] [stdout] test tests::test_multiple_assertions ... ok
[INFO] [stdout] test tests::test_multiple_inputs ... ok
[INFO] [stdout] [2m2026-04-26T21:13:25.328025Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new input node: input_0
[INFO] [stdout] [2m2026-04-26T21:13:25.328048Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Creating a new constant node 7
[INFO] [stdout] [2m2026-04-26T21:13:25.328056Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding nodes input_0 and 7
[INFO] [stdout] [2m2026-04-26T21:13:25.328067Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Hinting node input_0 + 7 with function
[INFO] [stdout] [2m2026-04-26T21:13:25.328075Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Multiplying nodes f(input_0 + 7) and f(input_0 + 7)
[INFO] [stdout] [2m2026-04-26T21:13:25.328085Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Adding assertion: f(input_0 + 7) * f(input_0 + 7) == input_0 + 7
[INFO] [stdout] [2m2026-04-26T21:13:25.328116Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Filling the input nodes of the graph
[INFO] [stdout] [2m2026-04-26T21:13:25.328124Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting constraints
[INFO] [stdout] [2m2026-04-26T21:13:25.328131Z[0m [32m INFO[0m [2mgraph[0m[2m:[0m Asserting f(input_0 + 7) * f(input_0 + 7) == input_0 + 7
[INFO] [stdout] test tests::test_sqrt_hint ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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" "53f449709c14dc3601b5977b98a731ea2565131e223dec7854620bae75680f70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53f449709c14dc3601b5977b98a731ea2565131e223dec7854620bae75680f70", kill_on_drop: false }`
[INFO] [stdout] 53f449709c14dc3601b5977b98a731ea2565131e223dec7854620bae75680f70
