[INFO] cloning repository https://github.com/lukrei/Triggerflow-Client
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukrei/Triggerflow-Client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukrei%2FTriggerflow-Client", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukrei%2FTriggerflow-Client'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 652c44b5e4e3a54c77ff79ed5e971f8f58f6958f
[INFO] checking lukrei/Triggerflow-Client/652c44b5e4e3a54c77ff79ed5e971f8f58f6958f against master#cf8a95590a1b768b7711f2631d5b5e3ead464de7 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukrei%2FTriggerflow-Client" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lukrei/Triggerflow-Client
[INFO] finished tweaking git repo https://github.com/lukrei/Triggerflow-Client
[INFO] tweaked toml for git repo https://github.com/lukrei/Triggerflow-Client written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lukrei/Triggerflow-Client on toolchain cf8a95590a1b768b7711f2631d5b5e3ead464de7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lukrei/Triggerflow-Client 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" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded http-range-header v0.4.0
[INFO] [stderr]   Downloaded semver v1.0.22
[INFO] [stderr]   Downloaded enum-primitive-derive v0.3.0
[INFO] [stderr]   Downloaded tarc v0.1.4
[INFO] [stderr]   Downloaded as_derive_utils v0.10.3
[INFO] [stderr]   Downloaded local-ip-address v0.6.1
[INFO] [stderr]   Downloaded cglue-gen v0.2.9
[INFO] [stderr]   Downloaded darling v0.20.8
[INFO] [stderr]   Downloaded darling_core v0.20.8
[INFO] [stderr]   Downloaded x86_64 v0.14.12
[INFO] [stderr]   Downloaded core_extensions v1.5.3
[INFO] [stderr]   Downloaded wasix v0.12.21
[INFO] [stderr]   Downloaded sysinfo v0.30.8
[INFO] [stderr]   Downloaded goblin v0.8.0
[INFO] [stderr]   Downloaded abi_stable_derive v0.10.3
[INFO] [stderr]   Downloaded memflow v0.2.1
[INFO] [stderr]   Downloaded cglue v0.2.14
[INFO] [stderr]   Downloaded coarsetime v0.1.34
[INFO] [stderr]   Downloaded fixed-slice-vec v0.10.0
[INFO] [stderr]   Downloaded pelite-macros v0.1.1
[INFO] [stderr]   Downloaded volatile v0.4.6
[INFO] [stderr]   Downloaded abi_stable v0.10.3
[INFO] [stderr]   Downloaded vergen v8.3.1
[INFO] [stderr]   Downloaded abi_stable_shared v0.10.3
[INFO] [stderr]   Downloaded core_extensions_proc_macros v1.5.3
[INFO] [stderr]   Downloaded generational-arena v0.2.9
[INFO] [stderr]   Downloaded tstr_proc_macros v0.2.2
[INFO] [stderr]   Downloaded tstr v0.2.4
[INFO] [stderr]   Downloaded repr_offset v0.2.2
[INFO] [stderr]   Downloaded cglue-macro v0.2.3
[INFO] [stderr]   Downloaded plain v0.2.3
[INFO] [stderr]   Downloaded scroll v0.12.0
[INFO] [stderr]   Downloaded dataview v0.1.2
[INFO] [stderr]   Downloaded time-macros v0.2.17
[INFO] [stderr]   Downloaded time v0.3.34
[INFO] [stderr]   Downloaded dataview v1.0.1
[INFO] [stderr]   Downloaded scroll_derive v0.12.0
[INFO] [stderr]   Downloaded darling_macro v0.20.8
[INFO] [stderr]   Downloaded memflow-derive v0.2.0
[INFO] [stderr]   Downloaded pelite v0.9.0
[INFO] [stderr]   Downloaded simple_logger v4.3.3
[INFO] [stderr]   Downloaded derive_pod v0.1.2
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7fcb23ba94dbf121bc261ce576825e3ed5560c3bd9015491ab4df0749d2e8660
[INFO] running `Command { std: "docker" "start" "-a" "7fcb23ba94dbf121bc261ce576825e3ed5560c3bd9015491ab4df0749d2e8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7fcb23ba94dbf121bc261ce576825e3ed5560c3bd9015491ab4df0749d2e8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fcb23ba94dbf121bc261ce576825e3ed5560c3bd9015491ab4df0749d2e8660", kill_on_drop: false }`
[INFO] [stdout] 7fcb23ba94dbf121bc261ce576825e3ed5560c3bd9015491ab4df0749d2e8660
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89b9749ecaf9c1ab3ecda1d6e1ea77ec63ad977a13c159da09fbf6cdb870a501
[INFO] running `Command { std: "docker" "start" "-a" "89b9749ecaf9c1ab3ecda1d6e1ea77ec63ad977a13c159da09fbf6cdb870a501", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling core_extensions v1.5.3
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling tstr_proc_macros v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling core_extensions_proc_macros v1.5.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]     Checking tstr v0.2.4
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling abi_stable_shared v0.10.3
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling vergen v8.3.1
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling time v0.3.34
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking repr_offset v0.2.2
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling sysinfo v0.30.8
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stdout] error[E0282]: type annotations needed for `Box<_>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.34/src/format_description/parse/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items = format_items
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     Ok(items.into())
[INFO] [stdout]    |        ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let items: Box<_> = format_items
[INFO] [stdout]    |              ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling as_derive_utils v0.10.3
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cf8a95590a1b768b7711f2631d5b5e3ead464de7/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.58/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=159510a393170f36 -C extra-filename=-84e545b7f43ac2f9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a9e0aa90dee6ff22.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-00badae75eab2e69.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.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 `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cf8a95590a1b768b7711f2631d5b5e3ead464de7/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d94e9795ba86f6cb -C extra-filename=-be56ca6161798202 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a9e0aa90dee6ff22.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-00badae75eab2e69.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "89b9749ecaf9c1ab3ecda1d6e1ea77ec63ad977a13c159da09fbf6cdb870a501", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89b9749ecaf9c1ab3ecda1d6e1ea77ec63ad977a13c159da09fbf6cdb870a501", kill_on_drop: false }`
[INFO] [stdout] 89b9749ecaf9c1ab3ecda1d6e1ea77ec63ad977a13c159da09fbf6cdb870a501
