[INFO] cloning repository https://github.com/lightningrodlabs/dada
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lightningrodlabs/dada" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fdada", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fdada'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d46bdf6858124725790767734ba14671da8b557
[INFO] testing lightningrodlabs/dada against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flightningrodlabs%2Fdada" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lightningrodlabs/dada
[INFO] finished tweaking git repo https://github.com/lightningrodlabs/dada
[INFO] tweaked toml for git repo https://github.com/lightningrodlabs/dada written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lightningrodlabs/dada on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lightningrodlabs/dada 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 18012ffc7f4d27c3a900e9ea86827450a00fe865c424c5bd38f5aab64d47e3b8
[INFO] running `Command { std: "docker" "start" "-a" "18012ffc7f4d27c3a900e9ea86827450a00fe865c424c5bd38f5aab64d47e3b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18012ffc7f4d27c3a900e9ea86827450a00fe865c424c5bd38f5aab64d47e3b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18012ffc7f4d27c3a900e9ea86827450a00fe865c424c5bd38f5aab64d47e3b8", kill_on_drop: false }`
[INFO] [stdout] 18012ffc7f4d27c3a900e9ea86827450a00fe865c424c5bd38f5aab64d47e3b8
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22a227a762508b1daa6ab0e915880bdfb4a07433433f11ead2f4096ca1acdcee
[INFO] running `Command { std: "docker" "start" "-a" "22a227a762508b1daa6ab0e915880bdfb4a07433433f11ead2f4096ca1acdcee", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling bytecheck v0.6.9
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling target-lexicon v0.12.4
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling rend v0.3.6
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rkyv v0.7.39
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling semver v1.0.14
[INFO] [stderr]    Compiling more-asserts v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling camino v1.1.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling wasmparser v0.83.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling corosensei v0.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.82.3
[INFO] [stderr]    Compiling test-fuzz-internal v3.0.4
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.82.3
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling region v3.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling cranelift-entity v0.82.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling regalloc v0.0.34
[INFO] [stderr]    Compiling cranelift-bforest v0.82.3
[INFO] [stderr]    Compiling rmp v0.8.11
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling memmap2 v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling wasm-encoder v0.18.0
[INFO] [stderr]    Compiling trilean v1.1.0
[INFO] [stderr]    Compiling test-fuzz-macro v3.0.4
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v2.3.0
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling test-fuzz-runtime v3.0.4
[INFO] [stderr]    Compiling home v0.5.4
[INFO] [stderr]    Compiling gcollections v1.5.0
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling subprocess v0.2.9
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling wast v47.0.1
[INFO] [stderr]    Compiling test-fuzz v3.0.4
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling intervallum v1.4.0
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]    Compiling cranelift-codegen v0.82.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.51
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling blake2b_simd v0.5.11
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling darling_macro v0.14.1
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.9
[INFO] [stderr]    Compiling rkyv_derive v0.7.39
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]    Compiling darling v0.14.1
[INFO] [stderr]    Compiling loupe-derive v0.1.3
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]    Compiling enumset_derive v0.6.1
[INFO] [stderr]    Compiling holochain_serialized_bytes_derive v0.0.51
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling enum-iterator v0.7.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling unzip-n v0.1.2
[INFO] [stderr]    Compiling wasmer-derive v2.3.0
[INFO] [stderr]    Compiling enumset v1.0.12
[INFO] [stderr]    Compiling pest v2.5.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling wat v1.0.49
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling toolchain_find v0.2.0
[INFO] [stderr]    Compiling serde_bytes v0.11.7
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling rmp-serde v0.15.5
[INFO] [stderr]    Compiling serde-transcode v1.1.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling kitsune_p2p_dht_arc v0.1.0
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling loupe v0.1.3
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling cargo_metadata v0.15.2
[INFO] [stderr]    Compiling holochain_serialized_bytes v0.0.51
[INFO] [stderr]    Compiling holo_hash v0.1.1
[INFO] [stderr]    Compiling kitsune_p2p_timestamp v0.1.0
[INFO] [stderr]    Compiling holochain_integrity_types v0.1.1
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling wasmer-types v2.3.0
[INFO] [stderr]    Compiling wasmer-compiler v2.3.0
[INFO] [stderr]    Compiling hdk_derive v0.1.1
[INFO] [stderr]    Compiling wasmer-artifact v2.3.0
[INFO] [stderr]    Compiling wasmer-object v2.3.0
[INFO] [stderr]    Compiling wasmer-vm v2.3.0
[INFO] [stderr]    Compiling wasmer-engine-universal-artifact v2.3.0
[INFO] [stderr]    Compiling wasmer-engine v2.3.0
[INFO] [stderr]    Compiling wasmer-engine-universal v2.3.0
[INFO] [stderr]    Compiling wasmer-engine-dylib v2.3.0
[INFO] [stderr]    Compiling cranelift-frontend v0.82.3
[INFO] [stderr]    Compiling wasmer v2.3.0
[INFO] [stderr]    Compiling holochain_wasmer_common v0.0.83
[INFO] [stderr]    Compiling holochain_zome_types v0.1.1
[INFO] [stderr]    Compiling holochain_wasmer_guest v0.0.83
[INFO] [stderr]    Compiling hdi v0.2.1
[INFO] [stderr]    Compiling hdk v0.1.1
[INFO] [stderr]    Compiling hc_zome_syn_integrity v0.1.0 (https://github.com/holochain/syn?branch=for-hdk-v0.1.0#8f287a64)
[INFO] [stderr]    Compiling syn_integrity v0.0.1 (/opt/rustwide/workdir/libs/zomes/syn_integrity)
[INFO] [stderr]    Compiling hc_zome_syn_coordinator v0.1.0 (https://github.com/holochain/syn?branch=for-hdk-v0.1.0#8f287a64)
[INFO] [stderr]    Compiling syn v0.0.1 (/opt/rustwide/workdir/libs/zomes/syn)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 3m 06s
[INFO] running `Command { std: "docker" "inspect" "22a227a762508b1daa6ab0e915880bdfb4a07433433f11ead2f4096ca1acdcee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22a227a762508b1daa6ab0e915880bdfb4a07433433f11ead2f4096ca1acdcee", kill_on_drop: false }`
[INFO] [stdout] 22a227a762508b1daa6ab0e915880bdfb4a07433433f11ead2f4096ca1acdcee
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d661a23a0052f222b42521c670f02509bdd81599a429b01120164fb8a14a5370
[INFO] running `Command { std: "docker" "start" "-a" "d661a23a0052f222b42521c670f02509bdd81599a429b01120164fb8a14a5370", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn_integrity v0.0.1 (/opt/rustwide/workdir/libs/zomes/syn_integrity)
[INFO] [stderr]    Compiling syn v0.0.1 (/opt/rustwide/workdir/libs/zomes/syn)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 1.66s
[INFO] running `Command { std: "docker" "inspect" "d661a23a0052f222b42521c670f02509bdd81599a429b01120164fb8a14a5370", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d661a23a0052f222b42521c670f02509bdd81599a429b01120164fb8a14a5370", kill_on_drop: false }`
[INFO] [stdout] d661a23a0052f222b42521c670f02509bdd81599a429b01120164fb8a14a5370
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8f947b21143bae788c15f60ae76bdf4578d969a7b77ba7162c68436f8b1772c4
[INFO] running `Command { std: "docker" "start" "-a" "8f947b21143bae788c15f60ae76bdf4578d969a7b77ba7162c68436f8b1772c4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syn-d29736cc6bd64ffa)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/syn_integrity-0d6c3f61208a7fc8)
[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] [stdout] 
[INFO] [stderr]    Doc-tests syn
[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] [stderr]    Doc-tests syn_integrity
[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" "8f947b21143bae788c15f60ae76bdf4578d969a7b77ba7162c68436f8b1772c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f947b21143bae788c15f60ae76bdf4578d969a7b77ba7162c68436f8b1772c4", kill_on_drop: false }`
[INFO] [stdout] 8f947b21143bae788c15f60ae76bdf4578d969a7b77ba7162c68436f8b1772c4
