[INFO] cloning repository https://github.com/zeroqn/riscv-contract-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zeroqn/riscv-contract-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroqn%2Friscv-contract-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroqn%2Friscv-contract-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08ab440d3f55989862491e8c014d734c0b6220c0 [INFO] building zeroqn/riscv-contract-examples against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroqn%2Friscv-contract-examples" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zeroqn/riscv-contract-examples on toolchain 70591dc15db32941fe3595fdbf98e58d6975f95e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zeroqn/riscv-contract-examples [INFO] finished tweaking git repo https://github.com/zeroqn/riscv-contract-examples [INFO] tweaked toml for git repo https://github.com/zeroqn/riscv-contract-examples written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/zeroqn/riscv-contract-examples 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" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/citahub/cita-vm` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/nervosnetwork/ckb-vm` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ethereum-types v0.4.2 [INFO] [stderr] Downloaded uint v0.4.1 [INFO] [stderr] Downloaded fixed-hash v0.2.5 [INFO] [stderr] Downloaded ethbloom v0.5.3 [INFO] [stderr] Downloaded rlp v0.3.0 [INFO] [stderr] Downloaded ethereum-types-serialize v0.2.2 [INFO] [stderr] Downloaded goblin v0.0.22 [INFO] [stderr] Downloaded hasher v0.1.2 [INFO] [stderr] Downloaded cita_trie v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3446e816c6944995720a827ef2d600cc68c811eecd0e5c8147822ecf700fad1 [INFO] running `Command { std: "docker" "start" "-a" "c3446e816c6944995720a827ef2d600cc68c811eecd0e5c8147822ecf700fad1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3446e816c6944995720a827ef2d600cc68c811eecd0e5c8147822ecf700fad1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3446e816c6944995720a827ef2d600cc68c811eecd0e5c8147822ecf700fad1", kill_on_drop: false }` [INFO] [stdout] c3446e816c6944995720a827ef2d600cc68c811eecd0e5c8147822ecf700fad1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0fed3a0ee12fd4102539f3ac2bdebddddd413c522cc7a194886dfe858ee699e [INFO] running `Command { std: "docker" "start" "-a" "a0fed3a0ee12fd4102539f3ac2bdebddddd413c522cc7a194886dfe858ee699e", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling ckb-vm v0.12.0-pre (https://github.com/nervosnetwork/ckb-vm#53ddfecb) [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling ethereum-types v0.4.2 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling hmac-drbg v0.1.2 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling goblin v0.0.22 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling hasher v0.1.2 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling ckb-vm-definitions v0.12.0-pre (https://github.com/nervosnetwork/ckb-vm#53ddfecb) [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling libsecp256k1 v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling rlp v0.3.0 [INFO] [stderr] Compiling cita_trie v2.0.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] Compiling cita-vm v0.2.1 (https://github.com/citahub/cita-vm#017e0695) [INFO] [stderr] Compiling ballot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.65s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: uint v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "a0fed3a0ee12fd4102539f3ac2bdebddddd413c522cc7a194886dfe858ee699e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0fed3a0ee12fd4102539f3ac2bdebddddd413c522cc7a194886dfe858ee699e", kill_on_drop: false }` [INFO] [stdout] a0fed3a0ee12fd4102539f3ac2bdebddddd413c522cc7a194886dfe858ee699e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+70591dc15db32941fe3595fdbf98e58d6975f95e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 307f804837c977744b76d4f2aab260b0b71260cffa99a15ff3eeb4dd0b002f36 [INFO] running `Command { std: "docker" "start" "-a" "307f804837c977744b76d4f2aab260b0b71260cffa99a15ff3eeb4dd0b002f36", kill_on_drop: false }` [INFO] [stderr] Compiling ballot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `ethereum_types::H160::from_slice`: unconventional API, replaced by `new_from_slice` in version 0.3 [INFO] [stdout] --> src/lib.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | Address::from_slice(&val) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:185:29 [INFO] [stdout] | [INFO] [stdout] 185 | _ => panic!(name), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: add a "{}" format string to `Display` the message [INFO] [stdout] | [INFO] [stdout] 185 | _ => panic!("{}", name), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: uint v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "307f804837c977744b76d4f2aab260b0b71260cffa99a15ff3eeb4dd0b002f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "307f804837c977744b76d4f2aab260b0b71260cffa99a15ff3eeb4dd0b002f36", kill_on_drop: false }` [INFO] [stdout] 307f804837c977744b76d4f2aab260b0b71260cffa99a15ff3eeb4dd0b002f36 [INFO] building zeroqn/riscv-contract-examples against try#7587ff3622fbec0abf6ac551eab5226f22f5d958 for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzeroqn%2Friscv-contract-examples" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zeroqn/riscv-contract-examples on toolchain 7587ff3622fbec0abf6ac551eab5226f22f5d958 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zeroqn/riscv-contract-examples [INFO] finished tweaking git repo https://github.com/zeroqn/riscv-contract-examples [INFO] tweaked toml for git repo https://github.com/zeroqn/riscv-contract-examples written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/zeroqn/riscv-contract-examples 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" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6fb0d258d715396cd6b2052f761c1c310b2f4a98deaabe278e4b7f076a4f806 [INFO] running `Command { std: "docker" "start" "-a" "b6fb0d258d715396cd6b2052f761c1c310b2f4a98deaabe278e4b7f076a4f806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6fb0d258d715396cd6b2052f761c1c310b2f4a98deaabe278e4b7f076a4f806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6fb0d258d715396cd6b2052f761c1c310b2f4a98deaabe278e4b7f076a4f806", kill_on_drop: false }` [INFO] [stdout] b6fb0d258d715396cd6b2052f761c1c310b2f4a98deaabe278e4b7f076a4f806 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+7587ff3622fbec0abf6ac551eab5226f22f5d958" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58d98c027fa7d192a5e34c01952c8ac9f1cc928e059085eedef73090bca1c650 [INFO] running `Command { std: "docker" "start" "-a" "58d98c027fa7d192a5e34c01952c8ac9f1cc928e059085eedef73090bca1c650", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling constant_time_eq v0.1.3 [INFO] [stderr] Compiling crypto-mac v0.4.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling ckb-vm v0.12.0-pre (https://github.com/nervosnetwork/ckb-vm#53ddfecb) [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.2 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling ethbloom v0.5.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling hmac-drbg v0.1.2 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling ethereum-types v0.4.2 [INFO] [stderr] Compiling hasher v0.1.2 [INFO] [stderr] Compiling goblin v0.0.22 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling ckb-vm-definitions v0.12.0-pre (https://github.com/nervosnetwork/ckb-vm#53ddfecb) [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling libsecp256k1 v0.2.2 [INFO] [stderr] Compiling rlp v0.3.0 [INFO] [stderr] Compiling cita_trie v2.0.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling hex v0.4.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `goblin` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcGnbx4I" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] error: could not compile `ethereum-types` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCtbp78" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libsecp256k1` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "58d98c027fa7d192a5e34c01952c8ac9f1cc928e059085eedef73090bca1c650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58d98c027fa7d192a5e34c01952c8ac9f1cc928e059085eedef73090bca1c650", kill_on_drop: false }` [INFO] [stdout] 58d98c027fa7d192a5e34c01952c8ac9f1cc928e059085eedef73090bca1c650