[INFO] fetching crate minicbor-adapters 0.0.8... [INFO] testing minicbor-adapters-0.0.8 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate minicbor-adapters 0.0.8 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate minicbor-adapters 0.0.8 [INFO] finished tweaking crates.io crate minicbor-adapters 0.0.8 [INFO] tweaked toml for crates.io crate minicbor-adapters 0.0.8 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate minicbor-adapters 0.0.8 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate minicbor-adapters 0.0.8 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded document-features v0.2.11 [INFO] [stderr] Downloaded embedded-io v0.7.1 [INFO] [stderr] Downloaded separator v0.4.1 [INFO] [stderr] Downloaded cbor-diag v0.1.12 [INFO] [stderr] Downloaded cbor-macro v0.1.0 [INFO] [stderr] Downloaded minicbor-derive v0.18.2 [INFO] [stderr] Downloaded minicbor v2.1.1 [INFO] [stderr] Downloaded heapless v0.9.1 [INFO] [stderr] Downloaded cboritem v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8572fec83c45f77243527d4ba67c7fd6c7ec63406626a48566561a11e979b3e [INFO] running `Command { std: "docker" "start" "-a" "b8572fec83c45f77243527d4ba67c7fd6c7ec63406626a48566561a11e979b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8572fec83c45f77243527d4ba67c7fd6c7ec63406626a48566561a11e979b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8572fec83c45f77243527d4ba67c7fd6c7ec63406626a48566561a11e979b3e", kill_on_drop: false }` [INFO] [stdout] b8572fec83c45f77243527d4ba67c7fd6c7ec63406626a48566561a11e979b3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ef85f34fdaa1b9b239d29785ac44e60f65b0a9bcb63b3ee9b8495cdc7ed2156 [INFO] running `Command { std: "docker" "start" "-a" "3ef85f34fdaa1b9b239d29785ac44e60f65b0a9bcb63b3ee9b8495cdc7ed2156", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling heapless v0.9.1 [INFO] [stderr] Compiling minicbor v2.1.1 [INFO] [stderr] Compiling embedded-io v0.7.1 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling cboritem v0.1.3 [INFO] [stderr] Compiling minicbor-adapters v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "3ef85f34fdaa1b9b239d29785ac44e60f65b0a9bcb63b3ee9b8495cdc7ed2156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ef85f34fdaa1b9b239d29785ac44e60f65b0a9bcb63b3ee9b8495cdc7ed2156", kill_on_drop: false }` [INFO] [stdout] 3ef85f34fdaa1b9b239d29785ac44e60f65b0a9bcb63b3ee9b8495cdc7ed2156 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f7396eac4b400748e6e78eb39fc89199faf048a57c5b16e80af2540112e0b61 [INFO] running `Command { std: "docker" "start" "-a" "8f7396eac4b400748e6e78eb39fc89199faf048a57c5b16e80af2540112e0b61", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling minicbor v2.1.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling separator v0.4.1 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling minicbor-derive v0.18.2 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling minicbor-adapters v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling half v2.7.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling cbor-diag v0.1.12 [INFO] [stderr] Compiling cbor-macro v0.1.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.51s [INFO] running `Command { std: "docker" "inspect" "8f7396eac4b400748e6e78eb39fc89199faf048a57c5b16e80af2540112e0b61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f7396eac4b400748e6e78eb39fc89199faf048a57c5b16e80af2540112e0b61", kill_on_drop: false }` [INFO] [stdout] 8f7396eac4b400748e6e78eb39fc89199faf048a57c5b16e80af2540112e0b61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b72f323acda8e84e35c8872af749639a28e9529ce3e49e1dc1bae12fe19f3d52 [INFO] running `Command { std: "docker" "start" "-a" "b72f323acda8e84e35c8872af749639a28e9529ce3e49e1dc1bae12fe19f3d52", 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/minicbor_adapters-e8213afb4da3e5c6) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test cboritem::test::debug ... ok [INFO] [stdout] test heapless::writers::test_write_vecview ... ok [INFO] [stdout] test cboritem::test::encode_cboritem ... ok [INFO] [stdout] test cboritem::test::decode_cboritem ... ok [INFO] [stdout] test heapless::writers::test_write_error ... ok [INFO] [stdout] test embedded_io::test_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Doc-tests minicbor_adapters [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/with.rs - with (line 16) ... ok [INFO] [stdout] test src/embedded_io.rs - embedded_io::WriteToEmbeddedIo (line 5) ... ok [INFO] [stdout] test src/heapless/writers.rs - heapless::writers::WriteToHeapless (line 12) ... ok [INFO] [stdout] test src/with.rs - with::cbor_len (line 109) ... ok [INFO] [stdout] test src/with.rs - with::decode (line 42) ... ok [INFO] [stdout] test src/with.rs - with::encode (line 76) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.74s; merged doctests compilation took 0.67s [INFO] running `Command { std: "docker" "inspect" "b72f323acda8e84e35c8872af749639a28e9529ce3e49e1dc1bae12fe19f3d52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b72f323acda8e84e35c8872af749639a28e9529ce3e49e1dc1bae12fe19f3d52", kill_on_drop: false }` [INFO] [stdout] b72f323acda8e84e35c8872af749639a28e9529ce3e49e1dc1bae12fe19f3d52