[INFO] cloning repository https://github.com/phorward/tokay-wasm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phorward/tokay-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphorward%2Ftokay-wasm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphorward%2Ftokay-wasm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 182f87c4886396c4cce61fa84655d1859f17ba16
[INFO] checking phorward/tokay-wasm against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphorward%2Ftokay-wasm" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/phorward/tokay-wasm
[INFO] finished tweaking git repo https://github.com/phorward/tokay-wasm
[INFO] tweaked toml for git repo https://github.com/phorward/tokay-wasm written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phorward/tokay-wasm on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phorward/tokay-wasm 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokay v0.4.0
[INFO] [stderr]   Downloaded tokay-macros v0.5.0
[INFO] [stderr]   Downloaded fd-lock v2.0.0
[INFO] [stderr]   Downloaded charclass v0.3.0
[INFO] [stderr]   Downloaded num-parse v0.1.2
[INFO] [stderr]   Downloaded ghost v0.1.19
[INFO] [stderr]   Downloaded console_log v1.0.0
[INFO] [stderr]   Downloaded rustyline v8.2.0
[INFO] [stderr]   Downloaded tokay v0.6.8
[INFO] [stderr]   Downloaded nix v0.20.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef
[INFO] running `Command { std: "docker" "start" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling inventory v0.1.11
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling yaml-rust v0.3.5
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking charclass v0.3.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling fd-lock v2.0.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking num-parse v0.1.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling ghost v0.1.19
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling inventory-impl v0.1.11
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling rustyline v8.2.0
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling tokay v0.4.0
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking console_log v1.0.0
[INFO] [stderr]    Compiling tokay-macros v0.5.0
[INFO] [stderr]     Checking tokay v0.6.8
[INFO] [stderr]     Checking tokay-wasm v0.6.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.29s
[INFO] running `Command { std: "docker" "inspect" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef", kill_on_drop: false }`
[INFO] [stdout] f8aaa442ffa6e676d261e54590d0968e803cad2cad26c3cb9dd991eef7a9ebef
