[INFO] cloning repository https://github.com/HactarCE/NDCell [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HactarCE/NDCell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FNDCell", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FNDCell'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e172aea0d145ce7b5da56891ff2ef26e66315c0 [INFO] checking HactarCE/NDCell against master#fc81ad22c453776de16acf9938976930cf8c9401 for pr-77325 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FNDCell" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HactarCE/NDCell on toolchain fc81ad22c453776de16acf9938976930cf8c9401 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HactarCE/NDCell [INFO] finished tweaking git repo https://github.com/HactarCE/NDCell [INFO] tweaked toml for git repo https://github.com/HactarCE/NDCell written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/HactarCE/NDCell already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c61764e8564c26f059dab41c328286eee96df46ad76c8f5358c08701198a11d5 [INFO] running `Command { std: "docker" "start" "-a" "c61764e8564c26f059dab41c328286eee96df46ad76c8f5358c08701198a11d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c61764e8564c26f059dab41c328286eee96df46ad76c8f5358c08701198a11d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c61764e8564c26f059dab41c328286eee96df46ad76c8f5358c08701198a11d5", kill_on_drop: false }` [INFO] [stdout] c61764e8564c26f059dab41c328286eee96df46ad76c8f5358c08701198a11d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+fc81ad22c453776de16acf9938976930cf8c9401" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84568b045a359b659365af0cc69948a15732db8a1b9df201fd8f386c0da87e9b [INFO] running `Command { std: "docker" "start" "-a" "84568b045a359b659365af0cc69948a15732db8a1b9df201fd8f386c0da87e9b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Checking seahash v4.0.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking chlorine v1.0.7 [INFO] [stderr] Checking gimli v0.23.0 [INFO] [stderr] Compiling inkwell v0.1.0 (https://github.com/HactarCE/inkwell?branch=llvm10-0#ae48148f) [INFO] [stderr] Checking object v0.22.0 [INFO] [stderr] Checking rustc-demangle v0.1.18 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling anyhow v1.0.37 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking send_wrapper v0.5.0 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Checking lazy_static v0.1.16 [INFO] [stderr] Compiling ndcell v0.3.0-dev (/opt/rustwide/workdir/ui) [INFO] [stderr] Checking colorous v1.0.3 [INFO] [stderr] Checking sloth v0.2.0 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking thread_local v1.1.0 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking libloading v0.6.6 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking css-color-parser v0.1.2 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling wayland-scanner v0.28.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling wayland-sys v0.28.3 [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.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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="quote"' --cfg 'feature="visit"' -C metadata=979ad6131efc8371 -C extra-filename=-979ad6131efc8371 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ba80430fb18d8252.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-fae22c8d974295d1.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-4182131ee577b5da.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: build failed [INFO] running `Command { std: "docker" "inspect" "84568b045a359b659365af0cc69948a15732db8a1b9df201fd8f386c0da87e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84568b045a359b659365af0cc69948a15732db8a1b9df201fd8f386c0da87e9b", kill_on_drop: false }` [INFO] [stdout] 84568b045a359b659365af0cc69948a15732db8a1b9df201fd8f386c0da87e9b