[INFO] cloning repository https://github.com/HidekiTak/planning_poker_table
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HidekiTak/planning_poker_table" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHidekiTak%2Fplanning_poker_table", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHidekiTak%2Fplanning_poker_table'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99869a9e351148b095075d18e56a9d4fa1fe7b0e
[INFO] building HidekiTak/planning_poker_table against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHidekiTak%2Fplanning_poker_table" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/HidekiTak/planning_poker_table on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/HidekiTak/planning_poker_table
[INFO] finished tweaking git repo https://github.com/HidekiTak/planning_poker_table
[INFO] tweaked toml for git repo https://github.com/HidekiTak/planning_poker_table written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/HidekiTak/planning_poker_table 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded miow v0.6.0
[INFO] [stderr]   Downloaded actix-files v0.6.5
[INFO] [stderr]   Downloaded base64-url v2.0.2
[INFO] [stderr]   Downloaded derive-getters v0.3.0
[INFO] [stderr]   Downloaded md-5 v0.10.1
[INFO] [stderr]   Downloaded actix-web-actors v4.3.0
[INFO] [stderr]   Downloaded actix-tls v3.3.0
[INFO] [stderr]   Downloaded awc v3.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c8acc336d8ddca8c66adb299dae83aac1619d159c168bb3dbe90a11c542bf29
[INFO] running `Command { std: "docker" "start" "-a" "5c8acc336d8ddca8c66adb299dae83aac1619d159c168bb3dbe90a11c542bf29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c8acc336d8ddca8c66adb299dae83aac1619d159c168bb3dbe90a11c542bf29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c8acc336d8ddca8c66adb299dae83aac1619d159c168bb3dbe90a11c542bf29", kill_on_drop: false }`
[INFO] [stdout] 5c8acc336d8ddca8c66adb299dae83aac1619d159c168bb3dbe90a11c542bf29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d593464f8bb49d53f2c0181ff9c16e317ae75f8c3b9751fca204966273de579
[INFO] running `Command { std: "docker" "start" "-a" "2d593464f8bb49d53f2c0181ff9c16e317ae75f8c3b9751fca204966273de579", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling ahash v0.8.8
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling firestorm v0.5.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling sha1 v0.10.1
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "packed_simd_2", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=a5f13937aa49ec0a -C extra-filename=-5fc33c4c1af2110e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-40a005c64538d28e.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-e7f9d53f261e4c71.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-18e4367003d05612.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2d593464f8bb49d53f2c0181ff9c16e317ae75f8c3b9751fca204966273de579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d593464f8bb49d53f2c0181ff9c16e317ae75f8c3b9751fca204966273de579", kill_on_drop: false }`
[INFO] [stdout] 2d593464f8bb49d53f2c0181ff9c16e317ae75f8c3b9751fca204966273de579
