[INFO] cloning repository https://github.com/ellipticoin/rust-ellipticoin-test-framework [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ellipticoin/rust-ellipticoin-test-framework" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-ellipticoin-test-framework", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-ellipticoin-test-framework'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f3407ad4e02056631a27e6f0ac20802d5dd681d [INFO] testing ellipticoin/rust-ellipticoin-test-framework against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-ellipticoin-test-framework" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ellipticoin/rust-ellipticoin-test-framework on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ellipticoin/rust-ellipticoin-test-framework [INFO] finished tweaking git repo https://github.com/ellipticoin/rust-ellipticoin-test-framework [INFO] tweaked toml for git repo https://github.com/ellipticoin/rust-ellipticoin-test-framework written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/ellipticoin/rust-ellipticoin-test-framework already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5de639de8259fd26ccf2685488e7aead68d0546c7c75f78fc29c93ec2a0162bc [INFO] running `Command { std: "docker" "start" "-a" "5de639de8259fd26ccf2685488e7aead68d0546c7c75f78fc29c93ec2a0162bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5de639de8259fd26ccf2685488e7aead68d0546c7c75f78fc29c93ec2a0162bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5de639de8259fd26ccf2685488e7aead68d0546c7c75f78fc29c93ec2a0162bc", kill_on_drop: false }` [INFO] [stdout] 5de639de8259fd26ccf2685488e7aead68d0546c7c75f78fc29c93ec2a0162bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ad8dd5d83dd15e539045a922f8c7f5e98be75468aef16c2686760eef6521172 [INFO] running `Command { std: "docker" "start" "-a" "0ad8dd5d83dd15e539045a922f8c7f5e98be75468aef16c2686760eef6521172", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling wee_alloc v0.4.4 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling half v1.3.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling serde_cbor v0.9.0 [INFO] [stderr] Compiling wasm-rpc v0.2.11 [INFO] [stdout] error[E0425]: cannot find function `set_print` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasm-rpc-0.2.11/src/set_stdio.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | io::set_print(Some(Box::new(printer))); [INFO] [stdout] | ^^^^^^^^^ help: a function with a similar name exists: `_eprint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `set_panic` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasm-rpc-0.2.11/src/set_stdio.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | io::set_panic(Some(Box::new(eprinter))); [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasm-rpc-0.2.11/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![feature( [INFO] [stdout] 2 | | set_stdio, [INFO] [stdout] 3 | | alloc_error_handler, [INFO] [stdout] 4 | | core_intrinsics, [INFO] [stdout] 5 | | panic_info_message, [INFO] [stdout] 6 | | try_trait [INFO] [stdout] 7 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasm-rpc` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0ad8dd5d83dd15e539045a922f8c7f5e98be75468aef16c2686760eef6521172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ad8dd5d83dd15e539045a922f8c7f5e98be75468aef16c2686760eef6521172", kill_on_drop: false }` [INFO] [stdout] 0ad8dd5d83dd15e539045a922f8c7f5e98be75468aef16c2686760eef6521172