[INFO] fetching crate sn_dbc 2.9.2... [INFO] testing sn_dbc-2.9.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate sn_dbc 2.9.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sn_dbc 2.9.2 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 crates.io crate sn_dbc 2.9.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sn_dbc 2.9.2 [INFO] tweaked toml for crates.io crate sn_dbc 2.9.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate sn_dbc 2.9.2 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] Downloading crates ... [INFO] [stderr] Downloaded fd-lock v2.0.0 [INFO] [stderr] Downloaded subtle-ng v2.5.0 [INFO] [stderr] Downloaded curve25519-dalek-ng v4.1.1 [INFO] [stderr] Downloaded libc v0.2.109 [INFO] [stderr] Downloaded block-modes v0.8.1 [INFO] [stderr] Downloaded xor_name v3.1.0 [INFO] [stderr] Downloaded rustyline v8.2.0 [INFO] [stderr] Downloaded blst v0.3.6 [INFO] [stderr] Downloaded bulletproofs v4.0.0 [INFO] [stderr] Downloaded bls_dkg v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 5a15b8062cbbe22843d2e670e5f1cbc038678c5fc82778119258827c44e3e0b0 [INFO] running `Command { std: "docker" "start" "-a" "5a15b8062cbbe22843d2e670e5f1cbc038678c5fc82778119258827c44e3e0b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a15b8062cbbe22843d2e670e5f1cbc038678c5fc82778119258827c44e3e0b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a15b8062cbbe22843d2e670e5f1cbc038678c5fc82778119258827c44e3e0b0", kill_on_drop: false }` [INFO] [stdout] 5a15b8062cbbe22843d2e670e5f1cbc038678c5fc82778119258827c44e3e0b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 4d92401129a865b55445c8113fa24f854ccba48324dc8f79300835a5f1fb8e90 [INFO] running `Command { std: "docker" "start" "-a" "4d92401129a865b55445c8113fa24f854ccba48324dc8f79300835a5f1fb8e90", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling libc v0.2.109 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling subtle-ng v2.5.0 [INFO] [stderr] Compiling hex_fmt v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling blst v0.3.6 [INFO] [stderr] Compiling clear_on_drop v0.2.4 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling ff_derive v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling merlin v3.0.0 [INFO] [stderr] Compiling ff v0.6.0 [INFO] [stderr] Compiling group v0.6.0 [INFO] [stderr] Compiling pairing v0.16.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling curve25519-dalek-ng v4.1.1 [INFO] [stderr] Compiling blsttc v3.4.0 [INFO] [stderr] Compiling bulletproofs v4.0.0 [INFO] [stderr] Compiling sn_dbc v2.9.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.15s [INFO] running `Command { std: "docker" "inspect" "4d92401129a865b55445c8113fa24f854ccba48324dc8f79300835a5f1fb8e90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d92401129a865b55445c8113fa24f854ccba48324dc8f79300835a5f1fb8e90", kill_on_drop: false }` [INFO] [stdout] 4d92401129a865b55445c8113fa24f854ccba48324dc8f79300835a5f1fb8e90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 00ee5b9563358e50c9411382c4baa3a58024c1c5d61f5943b30b0288b5aef44c [INFO] running `Command { std: "docker" "start" "-a" "00ee5b9563358e50c9411382c4baa3a58024c1c5d61f5943b30b0288b5aef44c", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling fd-lock v2.0.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling nix v0.20.2 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling rustyline v8.2.0 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling sn_dbc v2.9.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `crate::DbcHelper` [INFO] [stdout] --> src/dbc.rs:91:44 [INFO] [stdout] | [INFO] [stdout] 91 | Amount, AmountSecrets, DbcBuilder, DbcHelper, Hash, KeyManager, MintNode, ReissueRequest, [INFO] [stdout] | ^^^^^^^^^ no `DbcHelper` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::DbcHelper` [INFO] [stdout] --> src/mint.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | DbcBuilder, DbcHelper, ReissueRequestBuilder, SimpleKeyManager, SimpleSigner, [INFO] [stdout] | ^^^^^^^^^ no `DbcHelper` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bls_dkg` [INFO] [stdout] --> src/dbc.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | dbc_owner: &bls_dkg::outcome::Outcome, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `bls_dkg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:157:20 [INFO] [stdout] | [INFO] [stdout] 157 | crate::bls_dkg_id().public_key_set.public_key(), [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let id = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:199:36 [INFO] [stdout] | [INFO] [stdout] 199 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:224:34 [INFO] [stdout] | [INFO] [stdout] 224 | let input_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:250:31 [INFO] [stdout] | [INFO] [stdout] 250 | owner: crate::bls_dkg_id().public_key_set.public_key(), [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | crate::bls_dkg_id().public_key_set.public_key(), [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 333 | let id = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/dbc.rs:378:25 [INFO] [stdout] | [INFO] [stdout] 378 | let id = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:249:36 [INFO] [stdout] | [INFO] [stdout] 249 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:290:36 [INFO] [stdout] | [INFO] [stdout] 290 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:313:35 [INFO] [stdout] | [INFO] [stdout] 313 | let output_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:413:36 [INFO] [stdout] | [INFO] [stdout] 413 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:442:32 [INFO] [stdout] | [INFO] [stdout] 442 | let owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:508:36 [INFO] [stdout] | [INFO] [stdout] 508 | let outputs_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:555:24 [INFO] [stdout] | [INFO] [stdout] 555 | crate::bls_dkg_id() [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:681:36 [INFO] [stdout] | [INFO] [stdout] 681 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:688:34 [INFO] [stdout] | [INFO] [stdout] 688 | let input_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:714:28 [INFO] [stdout] | [INFO] [stdout] 714 | crate::bls_dkg_id().public_key_set.public_key(), [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:750:36 [INFO] [stdout] | [INFO] [stdout] 750 | let genesis_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bls_dkg_id` in the crate root [INFO] [stdout] --> src/mint.rs:776:36 [INFO] [stdout] | [INFO] [stdout] 776 | let outputs_owner = crate::bls_dkg_id(); [INFO] [stdout] | ^^^^^^^^^^ not found in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sn_dbc` due to 24 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "00ee5b9563358e50c9411382c4baa3a58024c1c5d61f5943b30b0288b5aef44c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00ee5b9563358e50c9411382c4baa3a58024c1c5d61f5943b30b0288b5aef44c", kill_on_drop: false }` [INFO] [stdout] 00ee5b9563358e50c9411382c4baa3a58024c1c5d61f5943b30b0288b5aef44c