[INFO] cloning repository https://github.com/yangby-cryptape/ckb-dev [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yangby-cryptape/ckb-dev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyangby-cryptape%2Fckb-dev", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyangby-cryptape%2Fckb-dev'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86300a68e793e1459c7f47f5f4ef4d94af480eb8 [INFO] testing yangby-cryptape/ckb-dev against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyangby-cryptape%2Fckb-dev" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yangby-cryptape/ckb-dev on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yangby-cryptape/ckb-dev [INFO] finished tweaking git repo https://github.com/yangby-cryptape/ckb-dev [INFO] tweaked toml for git repo https://github.com/yangby-cryptape/ckb-dev written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/yangby-cryptape/ckb-dev already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c30088a702d1a50da88fc375694c36f569d5d884172ea2a0984d2d96a3979482 [INFO] running `Command { std: "docker" "start" "-a" "c30088a702d1a50da88fc375694c36f569d5d884172ea2a0984d2d96a3979482", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30088a702d1a50da88fc375694c36f569d5d884172ea2a0984d2d96a3979482", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30088a702d1a50da88fc375694c36f569d5d884172ea2a0984d2d96a3979482", kill_on_drop: false }` [INFO] [stdout] c30088a702d1a50da88fc375694c36f569d5d884172ea2a0984d2d96a3979482 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f8db4782a9506f9ab05bd7aad88e79ca1194b32da9e0f12d459b06b5fd2d6d4 [INFO] running `Command { std: "docker" "start" "-a" "2f8db4782a9506f9ab05bd7aad88e79ca1194b32da9e0f12d459b06b5fd2d6d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling faster-hex v0.6.0 [INFO] [stderr] Compiling httparse v1.5.0 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling merkle-cbt v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.7 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Compiling blake2b-rs v0.1.5 [INFO] [stderr] Compiling ckb-channel v0.43.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling positioned-io-preview v0.3.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling ckb-hash v0.43.2 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling dlv-list v0.2.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling ordered-multimap v0.3.1 [INFO] [stderr] Compiling rust-ini v0.17.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling numext-constructor v0.1.6 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Compiling futures v0.3.16 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling ckb-occupied-capacity-core v0.43.2 [INFO] [stderr] Compiling numext-fixed-uint-core v0.1.6 [INFO] [stderr] Compiling ckb-fixed-hash-core v0.43.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling ckb-occupied-capacity-macros v0.43.2 [INFO] [stderr] Compiling ckb-fixed-hash-macros v0.43.2 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling molecule v0.7.2 [INFO] [stderr] Compiling ckb-occupied-capacity v0.43.2 [INFO] [stderr] Compiling jsonrpc-core v14.2.0 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [INFO] [stderr] Compiling ckb-error v0.43.2 [INFO] [stderr] Compiling ckb-fixed-hash v0.43.2 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.11 [INFO] [stderr] Compiling numext-fixed-uint-hack v0.1.6 [INFO] [stderr] Compiling numext-fixed-uint v0.1.6 [INFO] [stderr] Compiling ckb-rational v0.43.2 [INFO] [stderr] Compiling ckb-types v0.43.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling qiniu-upload v0.1.1 [INFO] [stderr] Compiling ckb-jsonrpc-types v0.43.2 [INFO] [stderr] Compiling ckb-dev v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "2f8db4782a9506f9ab05bd7aad88e79ca1194b32da9e0f12d459b06b5fd2d6d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f8db4782a9506f9ab05bd7aad88e79ca1194b32da9e0f12d459b06b5fd2d6d4", kill_on_drop: false }` [INFO] [stdout] 2f8db4782a9506f9ab05bd7aad88e79ca1194b32da9e0f12d459b06b5fd2d6d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e4b7262978f54d44ee1958ec1cacf8d71d9d88ab763dbeb3c376df13beff9b0 [INFO] running `Command { std: "docker" "start" "-a" "6e4b7262978f54d44ee1958ec1cacf8d71d9d88ab763dbeb3c376df13beff9b0", kill_on_drop: false }` [INFO] [stderr] Compiling ckb-dev v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/ckb_dev-925d616a291e8de7) [INFO] [stderr] Executable unittests src/ckbdev.rs (/opt/rustwide/target/debug/deps/ckbdev-cadd25301399c571) [INFO] running `Command { std: "docker" "inspect" "6e4b7262978f54d44ee1958ec1cacf8d71d9d88ab763dbeb3c376df13beff9b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e4b7262978f54d44ee1958ec1cacf8d71d9d88ab763dbeb3c376df13beff9b0", kill_on_drop: false }` [INFO] [stdout] 6e4b7262978f54d44ee1958ec1cacf8d71d9d88ab763dbeb3c376df13beff9b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e6625121cb2ddfc2e6872e3b36aadcc4b8a264cf10d2bf5a91ae3ba936680188 [INFO] running `Command { std: "docker" "start" "-a" "e6625121cb2ddfc2e6872e3b36aadcc4b8a264cf10d2bf5a91ae3ba936680188", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ckb_dev-925d616a291e8de7) [INFO] [stderr] Running unittests src/ckbdev.rs (/opt/rustwide/target/debug/deps/ckbdev-cadd25301399c571) [INFO] [stderr] Doc-tests ckb-dev [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] [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] [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.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e6625121cb2ddfc2e6872e3b36aadcc4b8a264cf10d2bf5a91ae3ba936680188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6625121cb2ddfc2e6872e3b36aadcc4b8a264cf10d2bf5a91ae3ba936680188", kill_on_drop: false }` [INFO] [stdout] e6625121cb2ddfc2e6872e3b36aadcc4b8a264cf10d2bf5a91ae3ba936680188