[INFO] fetching crate slack-morphism-hyper 0.41.0...
[INFO] building slack-morphism-hyper-0.41.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate slack-morphism-hyper 0.41.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate slack-morphism-hyper 0.41.0
[INFO] finished tweaking crates.io crate slack-morphism-hyper 0.41.0
[INFO] tweaked toml for crates.io crate slack-morphism-hyper 0.41.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate slack-morphism-hyper 0.41.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate slack-morphism-hyper 0.41.0 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d51cf4ea32ee3b3ec48eb9f6db76bf0e81790ff1597f85f1806c92e3f94557f6
[INFO] running `Command { std: "docker" "start" "-a" "d51cf4ea32ee3b3ec48eb9f6db76bf0e81790ff1597f85f1806c92e3f94557f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d51cf4ea32ee3b3ec48eb9f6db76bf0e81790ff1597f85f1806c92e3f94557f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d51cf4ea32ee3b3ec48eb9f6db76bf0e81790ff1597f85f1806c92e3f94557f6", kill_on_drop: false }`
[INFO] [stdout] d51cf4ea32ee3b3ec48eb9f6db76bf0e81790ff1597f85f1806c92e3f94557f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49ec6091ee1f7a51c863c4b38e02d65907cad029ebfbde048428bd06a7f5e008
[INFO] running `Command { std: "docker" "start" "-a" "49ec6091ee1f7a51c863c4b38e02d65907cad029ebfbde048428bd06a7f5e008", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling rustls-pemfile v1.0.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.5
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling rvs_derive v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling rsb_derive v0.5.0
[INFO] [stderr]    Compiling async-recursion v1.0.0
[INFO] [stderr]    Compiling rvstruct v0.3.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling futures-locks v0.7.0
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.9
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.17.2
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling slack-morphism-models v0.41.0
[INFO] [stderr]    Compiling hyper-rustls v0.23.0
[INFO] [stderr]    Compiling slack-morphism v0.41.0
[INFO] [stderr]    Compiling slack-morphism-hyper v0.41.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `interaction_events::*`
[INFO] [stdout]   --> src/listener/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use interaction_events::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `oauth::*`
[INFO] [stdout]   --> src/listener/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use oauth::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `push_events::*`
[INFO] [stdout]   --> src/listener/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use push_events::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `socket_mode::*`
[INFO] [stdout]   --> src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use socket_mode::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s
[INFO] running `Command { std: "docker" "inspect" "49ec6091ee1f7a51c863c4b38e02d65907cad029ebfbde048428bd06a7f5e008", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49ec6091ee1f7a51c863c4b38e02d65907cad029ebfbde048428bd06a7f5e008", kill_on_drop: false }`
[INFO] [stdout] 49ec6091ee1f7a51c863c4b38e02d65907cad029ebfbde048428bd06a7f5e008
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68d69558a6260f8af96bb839fd8374e8b9adea420a56aebb01ade2d2292e8791
[INFO] running `Command { std: "docker" "start" "-a" "68d69558a6260f8af96bb839fd8374e8b9adea420a56aebb01ade2d2292e8791", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling semver v1.0.12
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling platforms v3.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling tokio v1.20.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling clap_derive v3.2.7
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name regex_automata --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.10/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="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=b4cbaf4b82df0306 -C extra-filename=-0be5edc6c33aa808 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-381dced7ee5f9437.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name serde --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.139/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="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=96e6cdb96e18bb73 -C extra-filename=-6a470709efcc76c9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-06fe36a0cbbe8772.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "68d69558a6260f8af96bb839fd8374e8b9adea420a56aebb01ade2d2292e8791", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68d69558a6260f8af96bb839fd8374e8b9adea420a56aebb01ade2d2292e8791", kill_on_drop: false }`
[INFO] [stdout] 68d69558a6260f8af96bb839fd8374e8b9adea420a56aebb01ade2d2292e8791
