[INFO] cloning repository https://github.com/huozhi/sizers [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/huozhi/sizers" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuozhi%2Fsizers", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuozhi%2Fsizers'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 322f4a9f7f9c58ec8928925c427bd02e9b675431 [INFO] checking huozhi/sizers against try#d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 for pr-106073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuozhi%2Fsizers" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/huozhi/sizers on toolchain d4bd6c543d189dee2fa075d0b37e31ddc7d111a4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/huozhi/sizers [INFO] finished tweaking git repo https://github.com/huozhi/sizers [INFO] tweaked toml for git repo https://github.com/huozhi/sizers written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/huozhi/sizers already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0dfe8dd2db2ae689f3b4a9f604d1b2e81d34e03af802100069c5c777a9f46936 [INFO] running `Command { std: "docker" "start" "-a" "0dfe8dd2db2ae689f3b4a9f604d1b2e81d34e03af802100069c5c777a9f46936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dfe8dd2db2ae689f3b4a9f604d1b2e81d34e03af802100069c5c777a9f46936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dfe8dd2db2ae689f3b4a9f604d1b2e81d34e03af802100069c5c777a9f46936", kill_on_drop: false }` [INFO] [stdout] 0dfe8dd2db2ae689f3b4a9f604d1b2e81d34e03af802100069c5c777a9f46936 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+d4bd6c543d189dee2fa075d0b37e31ddc7d111a4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a15a1dd8383a1137e86fe36c1a8c82fa0a0c9ba513028717f27ec5704bd35cc [INFO] running `Command { std: "docker" "start" "-a" "0a15a1dd8383a1137e86fe36c1a8c82fa0a0c9ba513028717f27ec5704bd35cc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.149 [INFO] [stderr] Compiling serde v1.0.149 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking if_chain v1.0.2 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Checking better_scoped_tls v0.1.0 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling swc_ecma_ast v0.94.21 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking unicode-id v0.3.3 [INFO] [stderr] Checking num_cpus v1.14.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking typed-arena v2.0.1 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking lexical v6.1.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking iana-time-zone v0.1.53 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Checking path-clean v0.1.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Checking gimli v0.26.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking chrono v0.4.23 [INFO] [stderr] Compiling swc_atoms v0.4.25 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking miniz_oxide v0.5.4 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking object v0.29.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking is_ci v1.1.1 [INFO] [stderr] Checking smawk v0.3.1 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking supports-color v1.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking supports-unicode v1.0.2 [INFO] [stderr] Checking supports-hyperlinks v1.2.0 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking retain_mut v0.1.9 [INFO] [stderr] Checking radix_fmt v1.0.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking miniz_oxide v0.6.2 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking pretty-bytes v0.2.2 [INFO] [stderr] Checking rayon v1.6.0 [INFO] [stderr] Compiling vergen v7.4.3 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Checking flate2 v1.0.25 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling swc_macros_common v0.3.6 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling from_variant v0.1.4 [INFO] [stderr] Compiling swc_visit_macros v0.5.4 [INFO] [stderr] Compiling swc_eq_ignore_macros v0.1.1 [INFO] [stderr] Compiling string_enum v0.3.2 [INFO] [stderr] Compiling is-macro v0.2.1 [INFO] [stderr] Compiling phf_macros v0.10.0 [INFO] [stderr] Compiling enum_kind v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling swc_ecma_transforms_macros v0.5.0 [INFO] [stderr] Compiling swc_config_macro v0.1.0 [INFO] [stderr] Compiling swc_trace_macro v0.1.2 [INFO] [stderr] Compiling static-map-macro v0.2.3 [INFO] [stderr] Compiling enum-iterator-derive v1.1.0 [INFO] [stderr] Compiling miette-derive v4.7.1 [INFO] [stderr] Compiling swc_ecma_codegen_macros v0.7.1 [INFO] [stderr] Compiling getset v0.1.2 [INFO] [stderr] Compiling auto_impl v0.5.0 [INFO] [stderr] error: could not compile `swc_visit_macros` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name swc_visit_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/swc_visit_macros-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=50cf8e0314a231d7 -C extra-filename=-50cf8e0314a231d7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern inflector=/opt/rustwide/target/debug/deps/libinflector-2555de954af2e75b.rlib --extern pmutil=/opt/rustwide/target/debug/deps/libpmutil-9a02e8bdde4ea0dc.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cd03c9e45f8ce1ef.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-dd7d3d0eb1dcca8c.rlib --extern swc_macros_common=/opt/rustwide/target/debug/deps/libswc_macros_common-f1a7a7f9b204f998.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d4bbc5cc2841c887.rlib --extern proc_macro --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 `darling_core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name darling_core --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/darling_core-0.13.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="strsim"' --cfg 'feature="suggestions"' -C metadata=33318b55849b6858 -C extra-filename=-33318b55849b6858 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rmeta --extern ident_case=/opt/rustwide/target/debug/deps/libident_case-8a08f83f83dee0c4.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-cd03c9e45f8ce1ef.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-dd7d3d0eb1dcca8c.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-4e9d0b184b9a2988.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-d4bbc5cc2841c887.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0a15a1dd8383a1137e86fe36c1a8c82fa0a0c9ba513028717f27ec5704bd35cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a15a1dd8383a1137e86fe36c1a8c82fa0a0c9ba513028717f27ec5704bd35cc", kill_on_drop: false }` [INFO] [stdout] 0a15a1dd8383a1137e86fe36c1a8c82fa0a0c9ba513028717f27ec5704bd35cc