[INFO] cloning repository https://github.com/noandrea/secret-did [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noandrea/secret-did" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoandrea%2Fsecret-did", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoandrea%2Fsecret-did'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c90bd74dc97a2096650781969bcd1a36cf86ce2 [INFO] testing noandrea/secret-did against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoandrea%2Fsecret-did" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/noandrea/secret-did on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/noandrea/secret-did [INFO] finished tweaking git repo https://github.com/noandrea/secret-did [INFO] tweaked toml for git repo https://github.com/noandrea/secret-did written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/noandrea/secret-did already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a80949206c891c2cd37d06d46be9e0ff8cda13ced98c9874d8985a4322e8585b [INFO] running `Command { std: "docker" "start" "-a" "a80949206c891c2cd37d06d46be9e0ff8cda13ced98c9874d8985a4322e8585b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a80949206c891c2cd37d06d46be9e0ff8cda13ced98c9874d8985a4322e8585b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a80949206c891c2cd37d06d46be9e0ff8cda13ced98c9874d8985a4322e8585b", kill_on_drop: false }` [INFO] [stdout] a80949206c891c2cd37d06d46be9e0ff8cda13ced98c9874d8985a4322e8585b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d08c92a1b69f4844d8d4a2bed502908e2e54f77cc1713bd00342f2f2c3f6c48 [INFO] running `Command { std: "docker" "start" "-a" "8d08c92a1b69f4844d8d4a2bed502908e2e54f77cc1713bd00342f2f2c3f6c48", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.111 [INFO] [stderr] Compiling proc-macro2 v1.0.33 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling const-oid v0.6.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling ryu v1.0.7 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling miracl_core v1.0.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling int_traits v0.1.1 [INFO] [stderr] Compiling amcl v0.2.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling openssl-sys v0.9.71 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling secp256k1-sys v0.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling blake3 v1.2.0 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling der v0.4.5 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling block-modes v0.7.0 [INFO] [stderr] Compiling blake2 v0.9.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling poly1305 v0.6.2 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling c2-chacha v0.2.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling hkdf v0.11.0 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling spki v0.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling pkcs8 v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling signature v1.3.2 [INFO] [stderr] Compiling ff v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling ed25519 v1.3.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling crypto-bigint v0.2.11 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling chacha20 v0.6.0 [INFO] [stderr] Compiling subtle-encoding v0.5.1 [INFO] [stderr] Compiling chacha20poly1305 v0.7.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling elliptic-curve v0.10.6 [INFO] [stderr] Compiling x25519-dalek v1.2.0 [INFO] [stderr] Compiling ecdsa v0.12.4 [INFO] [stderr] Compiling k256 v0.9.6 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling secp256k1 v0.19.0 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling amcl_wrapper v0.4.0 [INFO] [stderr] Compiling ursa v0.3.7 [INFO] [stderr] Compiling did v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.45s [INFO] running `Command { std: "docker" "inspect" "8d08c92a1b69f4844d8d4a2bed502908e2e54f77cc1713bd00342f2f2c3f6c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d08c92a1b69f4844d8d4a2bed502908e2e54f77cc1713bd00342f2f2c3f6c48", kill_on_drop: false }` [INFO] [stdout] 8d08c92a1b69f4844d8d4a2bed502908e2e54f77cc1713bd00342f2f2c3f6c48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61bc64b9354a215dc67ec77bcbe53d1388253277b394ef456344203d1eff8188 [INFO] running `Command { std: "docker" "start" "-a" "61bc64b9354a215dc67ec77bcbe53d1388253277b394ef456344203d1eff8188", kill_on_drop: false }` [INFO] [stderr] Compiling did v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.32s [INFO] running `Command { std: "docker" "inspect" "61bc64b9354a215dc67ec77bcbe53d1388253277b394ef456344203d1eff8188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61bc64b9354a215dc67ec77bcbe53d1388253277b394ef456344203d1eff8188", kill_on_drop: false }` [INFO] [stdout] 61bc64b9354a215dc67ec77bcbe53d1388253277b394ef456344203d1eff8188 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f81c086231449740252b46275cfff86c14c6af9564546d0a5067e3411ed86b3e [INFO] running `Command { std: "docker" "start" "-a" "f81c086231449740252b46275cfff86c14c6af9564546d0a5067e3411ed86b3e", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/did-233e930a3a6bebf6) [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" "f81c086231449740252b46275cfff86c14c6af9564546d0a5067e3411ed86b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f81c086231449740252b46275cfff86c14c6af9564546d0a5067e3411ed86b3e", kill_on_drop: false }` [INFO] [stdout] f81c086231449740252b46275cfff86c14c6af9564546d0a5067e3411ed86b3e