[INFO] fetching crate ckb-vm-debug-utils 0.112.1...
[INFO] checking ckb-vm-debug-utils-0.112.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate ckb-vm-debug-utils 0.112.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate ckb-vm-debug-utils 0.112.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ckb-vm-debug-utils 0.112.1
[INFO] finished tweaking crates.io crate ckb-vm-debug-utils 0.112.1
[INFO] tweaked toml for crates.io crate ckb-vm-debug-utils 0.112.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate ckb-vm-debug-utils 0.112.1 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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gdbstub_arch v0.2.4
[INFO] [stderr]   Downloaded gdbstub v0.6.6
[INFO] [stderr]   Downloaded memchr v2.6.3
[INFO] [stderr]   Downloaded syn v2.0.37
[INFO] [stderr]   Downloaded memchr v1.0.2
[INFO] [stderr]   Downloaded nom v3.2.1
[INFO] [stderr]   Downloaded ckb-gdb-remote-protocol v0.112.1
[INFO] [stderr]   Downloaded managed v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c27400e6f571257b628c58935c41118d9524d32940a581922d3a5f088168303d
[INFO] running `Command { std: "docker" "start" "-a" "c27400e6f571257b628c58935c41118d9524d32940a581922d3a5f088168303d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c27400e6f571257b628c58935c41118d9524d32940a581922d3a5f088168303d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c27400e6f571257b628c58935c41118d9524d32940a581922d3a5f088168303d", kill_on_drop: false }`
[INFO] [stdout] c27400e6f571257b628c58935c41118d9524d32940a581922d3a5f088168303d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc6f11ec89b40a10e43ce0cfc4188e7db86c858304c174e4f89fabedb2e389f2
[INFO] running `Command { std: "docker" "start" "-a" "cc6f11ec89b40a10e43ce0cfc4188e7db86c858304c174e4f89fabedb2e389f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking managed v0.8.0
[INFO] [stderr]     Checking ckb-vm-definitions v0.24.6
[INFO] [stderr]     Checking strum v0.8.0
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling strum_macros v0.8.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking gdbstub v0.6.6
[INFO] [stderr]    Compiling ckb-vm v0.24.6
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]     Checking gdbstub_arch v0.2.4
[INFO] [stderr]    Compiling scroll_derive v0.10.5
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking scroll v0.10.2
[INFO] [stderr]     Checking goblin v0.4.0
[INFO] [stderr]     Checking goblin v0.2.3
[INFO] [stderr]     Checking ckb-gdb-remote-protocol v0.112.1
[INFO] [stderr]     Checking serde v1.0.188
[INFO] [stderr]     Checking ckb-vm-debug-utils v0.112.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `gdb_remote_protocol`
[INFO] [stdout]   --> examples/gdb_remote_protocol_debugger.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gdb_remote_protocol::process_packets_from;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gdb_remote_protocol`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 | use ckb_gdb_remote_protocol::process_packets_from;
[INFO] [stdout]    |     ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/gdbstub_debugger.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 |     drop(env_logger::init());
[INFO] [stdout]    |          ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/gdb_remote_protocol_debugger.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |     drop(env_logger::init());
[INFO] [stdout]    |          ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ckb-vm-debug-utils` (example "gdbstub_debugger") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ckb-vm-debug-utils` (example "gdb_remote_protocol_debugger") due to 3 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "cc6f11ec89b40a10e43ce0cfc4188e7db86c858304c174e4f89fabedb2e389f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc6f11ec89b40a10e43ce0cfc4188e7db86c858304c174e4f89fabedb2e389f2", kill_on_drop: false }`
[INFO] [stdout] cc6f11ec89b40a10e43ce0cfc4188e7db86c858304c174e4f89fabedb2e389f2
[INFO] checking ckb-vm-debug-utils-0.112.1 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate ckb-vm-debug-utils 0.112.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate ckb-vm-debug-utils 0.112.1 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ckb-vm-debug-utils 0.112.1
[INFO] finished tweaking crates.io crate ckb-vm-debug-utils 0.112.1
[INFO] tweaked toml for crates.io crate ckb-vm-debug-utils 0.112.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate ckb-vm-debug-utils 0.112.1 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" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9c9d1f01242524e64ffdf3d9e899fcf56a3060bed0ce4a8c9a2815cb94a6ddb7
[INFO] running `Command { std: "docker" "start" "-a" "9c9d1f01242524e64ffdf3d9e899fcf56a3060bed0ce4a8c9a2815cb94a6ddb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c9d1f01242524e64ffdf3d9e899fcf56a3060bed0ce4a8c9a2815cb94a6ddb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c9d1f01242524e64ffdf3d9e899fcf56a3060bed0ce4a8c9a2815cb94a6ddb7", kill_on_drop: false }`
[INFO] [stdout] 9c9d1f01242524e64ffdf3d9e899fcf56a3060bed0ce4a8c9a2815cb94a6ddb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da1b6a731571edd02daf3590bc55428eba5dcb8a755a9a9c1471c59c5e4685f8
[INFO] running `Command { std: "docker" "start" "-a" "da1b6a731571edd02daf3590bc55428eba5dcb8a755a9a9c1471c59c5e4685f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking managed v0.8.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking ckb-vm-definitions v0.24.6
[INFO] [stderr]     Checking strum v0.8.0
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]    Compiling strum_macros v0.8.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking gdbstub v0.6.6
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling ckb-vm v0.24.6
[INFO] [stderr]     Checking gdbstub_arch v0.2.4
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling scroll_derive v0.10.5
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking scroll v0.10.2
[INFO] [stderr]     Checking goblin v0.4.0
[INFO] [stderr]     Checking goblin v0.2.3
[INFO] [stderr]     Checking ckb-gdb-remote-protocol v0.112.1
[INFO] [stderr]     Checking serde v1.0.188
[INFO] [stderr]     Checking ckb-vm-debug-utils v0.112.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `gdb_remote_protocol`
[INFO] [stdout]   --> examples/gdb_remote_protocol_debugger.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use gdb_remote_protocol::process_packets_from;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `gdb_remote_protocol`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 | use ckb_gdb_remote_protocol::process_packets_from;
[INFO] [stdout]    |     ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/gdb_remote_protocol_debugger.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |     drop(env_logger::init());
[INFO] [stdout]    |          ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ckb-vm-debug-utils` (example "gdb_remote_protocol_debugger") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger`
[INFO] [stdout]   --> examples/gdbstub_debugger.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 |     drop(env_logger::init());
[INFO] [stdout]    |          ^^^^^^^^^^ use of undeclared crate or module `env_logger`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ckb-vm-debug-utils` (example "gdbstub_debugger") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "da1b6a731571edd02daf3590bc55428eba5dcb8a755a9a9c1471c59c5e4685f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da1b6a731571edd02daf3590bc55428eba5dcb8a755a9a9c1471c59c5e4685f8", kill_on_drop: false }`
[INFO] [stdout] da1b6a731571edd02daf3590bc55428eba5dcb8a755a9a9c1471c59c5e4685f8
