[INFO] cloning repository https://github.com/izirku/gitrel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/izirku/gitrel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c868d16219686697d964c362ca137f8530766491
[INFO] building izirku/gitrel against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizirku%2Fgitrel" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/izirku/gitrel
[INFO] finished tweaking git repo https://github.com/izirku/gitrel
[INFO] tweaked toml for git repo https://github.com/izirku/gitrel written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/izirku/gitrel 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 git repo https://github.com/izirku/gitrel 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ebe8d048cfc3afb50bb63c292975915852b59d39c9081bcb6997f2f422d6749d
[INFO] running `Command { std: "docker" "start" "-a" "ebe8d048cfc3afb50bb63c292975915852b59d39c9081bcb6997f2f422d6749d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebe8d048cfc3afb50bb63c292975915852b59d39c9081bcb6997f2f422d6749d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebe8d048cfc3afb50bb63c292975915852b59d39c9081bcb6997f2f422d6749d", kill_on_drop: false }`
[INFO] [stdout] ebe8d048cfc3afb50bb63c292975915852b59d39c9081bcb6997f2f422d6749d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d1918a12d7ea8a23aa4001bf8264280e1d947908055c0c3d49cf00e947081904
[INFO] running `Command { std: "docker" "start" "-a" "d1918a12d7ea8a23aa4001bf8264280e1d947908055c0c3d49cf00e947081904", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.127
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling serde_derive v1.0.142
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde v1.0.142
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling zstd-safe v4.1.6+zstd.1.5.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling semver v1.0.13
[INFO] [stderr]    Compiling anyhow v1.0.59
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling os_str_bytes v6.2.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling pbkdf2 v0.10.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling sha1 v0.10.1
[INFO] [stderr]    Compiling gitrel v0.2.12 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling filetime v0.2.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch4`
[INFO] [stdout]   --> build.rs:16:64
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[cfg(not(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch4")))]
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^--------
[INFO] [stdout]    |                                                                              |
[INFO] [stdout]    |                                                                              help: there is a expected value with a similar name: `"aarch64"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stdout] warning: unexpected `cfg` condition value: `aarch`
[INFO] [stdout]   --> build.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[cfg(all(target_os = "windows", target_arch = "aarch"))]
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling zstd-sys v1.6.3+zstd.1.5.2
[INFO] [stderr]    Compiling lzma-sys v0.1.19
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling ansitok v0.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling indicatif v0.17.0
[INFO] [stderr]    Compiling bytesize v1.1.0
[INFO] [stderr]    Compiling owo-colors v3.4.0
[INFO] [stderr]    Compiling time v0.3.12
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling ansi-str v0.3.0
[INFO] [stderr]    Compiling xz v0.1.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling papergrid v0.5.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tabled_derive v0.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling clap_derive v3.2.15
[INFO] [stderr]    Compiling tabled v0.8.0
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.20.1/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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "stats", "sync", "test-util", "time", "tokio-macros", "tracing", "winapi"))' -C metadata=033e12f319f34fab -C extra-filename=-a5c2666b4ef1179f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-22333171e4e1d4ff.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-b56e45007d2d2140.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-be88c6e3454fbdea.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-b38311b5631944c6.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-90b54aed91276d53.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-3111a229f6c7f0cc.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-60893276c1a2f712.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-97c4b49af6812166.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-2505bfdffbde9784.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-0eef0c6ed75a4f93.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-0c3ae08e5e194a97.so --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_derive` (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_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.142/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=07ac40595556a98c -C extra-filename=-6880393579632c44 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-b959fa476734bb1d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-f0abe70e37f2b835.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-b92631211b78f817.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d1918a12d7ea8a23aa4001bf8264280e1d947908055c0c3d49cf00e947081904", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1918a12d7ea8a23aa4001bf8264280e1d947908055c0c3d49cf00e947081904", kill_on_drop: false }`
[INFO] [stdout] d1918a12d7ea8a23aa4001bf8264280e1d947908055c0c3d49cf00e947081904
