[INFO] cloning repository https://github.com/jmacdonald/amp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmacdonald/amp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df97a3c01e6021a464af4204dd64d10eb205f149
[INFO] checking jmacdonald/amp against 0c3b2c226322b623e493b7611e4909ee6bc6a48d for pr-161946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmacdonald%2Famp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmacdonald/amp
[INFO] finished tweaking git repo https://github.com/jmacdonald/amp
[INFO] tweaked toml for git repo https://github.com/jmacdonald/amp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmacdonald/amp on toolchain 0c3b2c226322b623e493b7611e4909ee6bc6a48d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c3b2c226322b623e493b7611e4909ee6bc6a48d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmacdonald/amp 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" "+0c3b2c226322b623e493b7611e4909ee6bc6a48d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417
[INFO] running `Command { std: "docker" "start" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417" "/opt/rustwide/cargo-home/bin/cargo" "+0c3b2c226322b623e493b7611e4909ee6bc6a48d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417" "/opt/rustwide/cargo-home/bin/cargo" "+0c3b2c226322b623e493b7611e4909ee6bc6a48d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling rustix v0.38.26
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]     Checking aho-corasick v1.0.5
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling line-wrap v0.1.1
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking tempfile v3.8.1
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking os_pipe v1.1.4
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking sdd v3.0.4
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking scc v2.2.5
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tree_magic_mini v3.0.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking numtoa v0.1.0
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking ciborium-io v0.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking fragment v0.3.1
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking bloodhound v0.5.5
[INFO] [stderr]     Checking ciborium-ll v0.2.1
[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/0c3b2c226322b623e493b7611e4909ee6bc6a48d/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --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=08ae9b343db397a4 -C extra-filename=-4aa9964e364b6ea2 --out-dir /opt/rustwide/target/debug/build/syn/4aa9964e364b6ea2/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/82c001bba4f3f2ef/out -L dependency=/opt/rustwide/target/debug/build/quote/1e08a0d2eac911f5/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/35fb19b3987835f7/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/82c001bba4f3f2ef/out/libproc_macro2-82c001bba4f3f2ef.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/1e08a0d2eac911f5/out/libquote-1e08a0d2eac911f5.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/35fb19b3987835f7/out/libunicode_ident-35fb19b3987835f7.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 `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0c3b2c226322b623e493b7611e4909ee6bc6a48d/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e5cc65f608c59c73 -C extra-filename=-57adca7eb8a43ddb --out-dir /opt/rustwide/target/debug/build/nix/57adca7eb8a43ddb/out -L dependency=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/libc/3a68bfea952854f7/out -L dependency=/opt/rustwide/target/debug/build/memoffset/75d7ac7c726ce447/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6dcfbc6bad33d8b2/out/libbitflags-6dcfbc6bad33d8b2.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out/libcfg_if-d541ac7a75168aa5.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/3a68bfea952854f7/out/liblibc-3a68bfea952854f7.rmeta --extern memoffset=/opt/rustwide/target/debug/build/memoffset/75d7ac7c726ce447/out/libmemoffset-75d7ac7c726ce447.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417", kill_on_drop: false }`
[INFO] [stdout] e3f674fb87e8cd543034be20a14abff77d2a2f22b6fdf967711197322e4f5417
