[INFO] cloning repository https://github.com/zrho/homotopy-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zrho/homotopy-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrho%2Fhomotopy-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrho%2Fhomotopy-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a1d1e17f81b9cbc2163971e16ab4fbe8410ea4f6 [INFO] testing zrho/homotopy-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrho%2Fhomotopy-rs" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zrho/homotopy-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-25/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/zrho/homotopy-rs [INFO] finished tweaking git repo https://github.com/zrho/homotopy-rs [INFO] tweaked toml for git repo https://github.com/zrho/homotopy-rs written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/zrho/homotopy-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e2bed4ec71ee05b8b9591d0d9b0947e0c19bd2ef57facf80669424db3d812d4 [INFO] running `Command { std: "docker" "start" "-a" "6e2bed4ec71ee05b8b9591d0d9b0947e0c19bd2ef57facf80669424db3d812d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e2bed4ec71ee05b8b9591d0d9b0947e0c19bd2ef57facf80669424db3d812d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e2bed4ec71ee05b8b9591d0d9b0947e0c19bd2ef57facf80669424db3d812d4", kill_on_drop: false }` [INFO] [stdout] 6e2bed4ec71ee05b8b9591d0d9b0947e0c19bd2ef57facf80669424db3d812d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb2a9738f83c655dc919a90a7a3f57a7c709ad309fdea89ed379ac7c29c89d9c [INFO] running `Command { std: "docker" "start" "-a" "cb2a9738f83c655dc919a90a7a3f57a7c709ad309fdea89ed379ac7c29c89d9c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.8.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling anymap2 v0.13.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling highway v0.8.0 [INFO] [stderr] Compiling palette v0.6.0 (https://github.com/Ogeon/palette#d4cae1e2) [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling bimap v0.6.2 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling fast-srgb8 v1.0.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling closure v0.3.0 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling hashconsing v1.5.0 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling phf_shared v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling im v15.0.0 (https://github.com/bodil/im-rs#3f4e01a4) [INFO] [stderr] Compiling wide v0.7.4 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ultraviolet v0.9.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling sid v0.6.1 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling phf_generator v0.9.1 [INFO] [stderr] Compiling lyon_geom v0.17.6 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling lyon_path v0.17.7 [INFO] [stderr] Compiling lyon_algorithms v0.17.7 [INFO] [stderr] Compiling sprs v0.7.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling minilp v0.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling yew-macro v0.19.3 [INFO] [stderr] Compiling phf_macros v0.9.0 [INFO] [stderr] Compiling obake_macros v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --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"' -C metadata=5d46bea3ef7a25b0 -C extra-filename=-5d46bea3ef7a25b0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-30ea05614385eba0.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-21e10710d0c2be45.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-bf5664460d6b7797.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "cb2a9738f83c655dc919a90a7a3f57a7c709ad309fdea89ed379ac7c29c89d9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb2a9738f83c655dc919a90a7a3f57a7c709ad309fdea89ed379ac7c29c89d9c", kill_on_drop: false }` [INFO] [stdout] cb2a9738f83c655dc919a90a7a3f57a7c709ad309fdea89ed379ac7c29c89d9c