[INFO] cloning repository https://github.com/jjyr/ckb-vm-rust-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jjyr/ckb-vm-rust-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjyr%2Fckb-vm-rust-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjyr%2Fckb-vm-rust-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d1ec8acca42979fa027c05ebddeeb1626a8eea0 [INFO] checking jjyr/ckb-vm-rust-demo against try#575650af7d7ca88602df28e39d27bf3e456c306e for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjyr%2Fckb-vm-rust-demo" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jjyr/ckb-vm-rust-demo on toolchain 575650af7d7ca88602df28e39d27bf3e456c306e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jjyr/ckb-vm-rust-demo [INFO] finished tweaking git repo https://github.com/jjyr/ckb-vm-rust-demo [INFO] tweaked toml for git repo https://github.com/jjyr/ckb-vm-rust-demo written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/jjyr/ckb-vm-rust-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded scroll_derive v0.9.5 [INFO] [stderr] Downloaded structopt-derive v0.3.5 [INFO] [stderr] Downloaded scroll v0.9.2 [INFO] [stderr] Downloaded structopt v0.3.5 [INFO] [stderr] Downloaded plain v0.2.3 [INFO] [stderr] Downloaded cc v1.0.47 [INFO] [stderr] Downloaded goblin v0.0.24 [INFO] [stderr] Downloaded ckb-vm-definitions v0.18.1 [INFO] [stderr] Downloaded ckb-vm v0.18.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6038d36f521a8fd412d0b035ef3cc2a9f368476b242041140731ad1ca5232b2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6038d36f521a8fd412d0b035ef3cc2a9f368476b242041140731ad1ca5232b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6038d36f521a8fd412d0b035ef3cc2a9f368476b242041140731ad1ca5232b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6038d36f521a8fd412d0b035ef3cc2a9f368476b242041140731ad1ca5232b2", kill_on_drop: false }` [INFO] [stdout] b6038d36f521a8fd412d0b035ef3cc2a9f368476b242041140731ad1ca5232b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4824eb6a3ccce35d41531d090d3be320a91ebe179d5fa2a8d592b7dc8a18c4f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c4824eb6a3ccce35d41531d090d3be320a91ebe179d5fa2a8d592b7dc8a18c4f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking ckb-vm-definitions v0.18.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling ckb-vm v0.18.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking goblin v0.0.24 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking ckb-vm-rust-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.00s [INFO] running `Command { std: "docker" "inspect" "c4824eb6a3ccce35d41531d090d3be320a91ebe179d5fa2a8d592b7dc8a18c4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4824eb6a3ccce35d41531d090d3be320a91ebe179d5fa2a8d592b7dc8a18c4f", kill_on_drop: false }` [INFO] [stdout] c4824eb6a3ccce35d41531d090d3be320a91ebe179d5fa2a8d592b7dc8a18c4f