[INFO] cloning repository https://github.com/superoles/rescue_block_cipher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/superoles/rescue_block_cipher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperoles%2Frescue_block_cipher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperoles%2Frescue_block_cipher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f520251ce444570cd07f8e71dbd2d511313883b5 [INFO] testing superoles/rescue_block_cipher against 1.55.0 for beta-1.56-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperoles%2Frescue_block_cipher" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/superoles/rescue_block_cipher on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/superoles/rescue_block_cipher [INFO] finished tweaking git repo https://github.com/superoles/rescue_block_cipher [INFO] tweaked toml for git repo https://github.com/superoles/rescue_block_cipher written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/superoles/rescue_block_cipher already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02361ffdc320c6e5f991c375bef3a28ccf2424848c096209242cedc4c5dca253 [INFO] running `Command { std: "docker" "start" "-a" "02361ffdc320c6e5f991c375bef3a28ccf2424848c096209242cedc4c5dca253", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02361ffdc320c6e5f991c375bef3a28ccf2424848c096209242cedc4c5dca253", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02361ffdc320c6e5f991c375bef3a28ccf2424848c096209242cedc4c5dca253", kill_on_drop: false }` [INFO] [stdout] 02361ffdc320c6e5f991c375bef3a28ccf2424848c096209242cedc4c5dca253 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 649549e6ef3832907cabd04237b967e7358c56d7a717a47f7cf87d51ef7e5067 [INFO] running `Command { std: "docker" "start" "-a" "649549e6ef3832907cabd04237b967e7358c56d7a717a47f7cf87d51ef7e5067", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling funty v1.2.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling splitmut v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling wyz v0.4.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling generic-array v0.9.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling blake2s_simd v0.5.11 [INFO] [stderr] Compiling blake2s_const v0.6.0 (https://github.com/matter-labs/bellman?branch=dev#5efac401) [INFO] [stderr] Compiling blake2 v0.9.1 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling bitvec v0.22.3 [INFO] [stderr] Compiling blake2-rfc_bellman_edition v0.0.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling ff v0.10.0 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling pairing v0.20.0 [INFO] [stderr] Compiling bellman v0.10.0 (https://github.com/zkcrypto/bellman.git?branch=main#c0c013eb) [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling ff_derive_ce v0.10.0 [INFO] [stderr] Compiling ff_ce v0.13.1 [INFO] [stderr] Compiling pairing_ce v0.26.0 [INFO] [stderr] Compiling bellman_ce v0.3.2 (https://github.com/matter-labs/bellman?branch=dev#5efac401) [INFO] [stderr] Compiling franklin-crypto v0.0.5 (https://github.com/matter-labs/franklin-crypto.git?branch=dev-dep#d4beddf1) [INFO] [stderr] Compiling rescue_poseidon v0.4.0 (/opt/rustwide/workdir/rescue-poseidon) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> rescue-poseidon/src/poseidon/poseidon.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | input: Option<[E::Fr; RATE]>, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> rescue-poseidon/src/rescue_prime/rescue_prime.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | input: Option<[E::Fr; RATE]>, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_generic_hash_num` [INFO] [stdout] --> rescue-poseidon/src/circuit/sponge.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn circuit_generic_hash_num< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_poseidon_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/poseidon.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn circuit_poseidon_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_rescue_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/rescue.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn circuit_rescue_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gadget_rescue_prime_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/rescue_prime.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn gadget_rescue_prime_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rescue_block_cipher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "649549e6ef3832907cabd04237b967e7358c56d7a717a47f7cf87d51ef7e5067", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "649549e6ef3832907cabd04237b967e7358c56d7a717a47f7cf87d51ef7e5067", kill_on_drop: false }` [INFO] [stdout] 649549e6ef3832907cabd04237b967e7358c56d7a717a47f7cf87d51ef7e5067 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da912c93a99a5667747a6463903f6b46696bfd719159849402cf2d80f85ee2b8 [INFO] running `Command { std: "docker" "start" "-a" "da912c93a99a5667747a6463903f6b46696bfd719159849402cf2d80f85ee2b8", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> rescue-poseidon/src/poseidon/poseidon.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | input: Option<[E::Fr; RATE]>, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rescue_block_cipher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> rescue-poseidon/src/rescue_prime/rescue_prime.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | input: Option<[E::Fr; RATE]>, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_generic_hash_num` [INFO] [stdout] --> rescue-poseidon/src/circuit/sponge.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn circuit_generic_hash_num< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_poseidon_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/poseidon.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn circuit_poseidon_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `circuit_rescue_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/rescue.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn circuit_rescue_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `gadget_rescue_prime_hash` [INFO] [stdout] --> rescue-poseidon/src/circuit/rescue_prime.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn gadget_rescue_prime_hash, const L: usize>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "da912c93a99a5667747a6463903f6b46696bfd719159849402cf2d80f85ee2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da912c93a99a5667747a6463903f6b46696bfd719159849402cf2d80f85ee2b8", kill_on_drop: false }` [INFO] [stdout] da912c93a99a5667747a6463903f6b46696bfd719159849402cf2d80f85ee2b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 68d00e9dd39d062fdc60037d350bf158595d034c1609d43ec9fd7448568fbcd9 [INFO] running `Command { std: "docker" "start" "-a" "68d00e9dd39d062fdc60037d350bf158595d034c1609d43ec9fd7448568fbcd9", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unused variable: `input` [INFO] [stdout] running 0 tests [INFO] [stderr] --> rescue-poseidon/src/poseidon/poseidon.rs:27:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 27 | input: Option<[E::Fr; RATE]>, [INFO] [stdout] [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> rescue-poseidon/src/rescue_prime/rescue_prime.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | input: Option<[E::Fr; RATE]>, [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `circuit_generic_hash_num` [INFO] [stderr] --> rescue-poseidon/src/circuit/sponge.rs:31:8 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn circuit_generic_hash_num< [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `circuit_poseidon_hash` [INFO] [stderr] --> rescue-poseidon/src/circuit/poseidon.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn circuit_poseidon_hash, const L: usize>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `circuit_rescue_hash` [INFO] [stderr] --> rescue-poseidon/src/circuit/rescue.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn circuit_rescue_hash, const L: usize>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `gadget_rescue_prime_hash` [INFO] [stderr] --> rescue-poseidon/src/circuit/rescue_prime.rs:18:8 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn gadget_rescue_prime_hash, const L: usize>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rescue_poseidon` (lib) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rescue_block_cipher-a88231964964b539) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rescue_block_cipher-f7771db0e3ea6ed3) [INFO] [stdout] [INFO] [stderr] Doc-tests rescue_block_cipher [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] [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" "68d00e9dd39d062fdc60037d350bf158595d034c1609d43ec9fd7448568fbcd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68d00e9dd39d062fdc60037d350bf158595d034c1609d43ec9fd7448568fbcd9", kill_on_drop: false }` [INFO] [stdout] 68d00e9dd39d062fdc60037d350bf158595d034c1609d43ec9fd7448568fbcd9