[INFO] cloning repository https://github.com/gyrusdentatus/nymdrive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gyrusdentatus/nymdrive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgyrusdentatus%2Fnymdrive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgyrusdentatus%2Fnymdrive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a61522105c3ee07901cf0f0bd1fadda457fe4f8f [INFO] testing gyrusdentatus/nymdrive against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgyrusdentatus%2Fnymdrive" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gyrusdentatus/nymdrive on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gyrusdentatus/nymdrive [INFO] finished tweaking git repo https://github.com/gyrusdentatus/nymdrive [INFO] tweaked toml for git repo https://github.com/gyrusdentatus/nymdrive written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/gyrusdentatus/nymdrive already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 448f45a09c3e811d3e76d74a02c8784b6dbe181dbca05805bf988b6974053aef [INFO] running `Command { std: "docker" "start" "-a" "448f45a09c3e811d3e76d74a02c8784b6dbe181dbca05805bf988b6974053aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "448f45a09c3e811d3e76d74a02c8784b6dbe181dbca05805bf988b6974053aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "448f45a09c3e811d3e76d74a02c8784b6dbe181dbca05805bf988b6974053aef", kill_on_drop: false }` [INFO] [stdout] 448f45a09c3e811d3e76d74a02c8784b6dbe181dbca05805bf988b6974053aef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0946f7ac9d86f2e755858087c2584535034c96ef98ed21787e153c87929722b [INFO] running `Command { std: "docker" "start" "-a" "a0946f7ac9d86f2e755858087c2584535034c96ef98ed21787e153c87929722b", 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] warning: output filename collision. [INFO] [stderr] The bin target `server` in package `server v0.1.0 (/opt/rustwide/workdir/server)` has the same output filename as the bin target `server` in package `nym-duplex v0.1.0 (/opt/rustwide/workdir/nym-duplex)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/server [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling keystream v1.0.0 [INFO] [stderr] Compiling const-oid v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling schemars v0.8.8 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling fixed v1.11.0 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ttf-parser v0.13.4 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling khronos-egl v3.0.2 [INFO] [stderr] Compiling iced_core v0.4.0 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling glow v0.7.2 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling whoami v1.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling anyhow v1.0.50 [INFO] [stderr] Compiling glow v0.6.1 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling wayland-sys v0.29.1 [INFO] [stderr] Compiling servo-fontconfig-sys v5.1.0 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.15.2 [INFO] [stderr] Compiling glam v0.10.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling wgpu-types v0.7.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling wgpu-core v0.7.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling crc v2.1.0 [INFO] [stderr] Compiling der v0.4.5 [INFO] [stderr] Compiling chacha v0.3.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] error: could not compile `ttf-parser` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ttf_parser --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ttf-parser-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="glyph-names"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' -C metadata=e33e2c8b3923eb57 -C extra-filename=-e33e2c8b3923eb57 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (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" "a0946f7ac9d86f2e755858087c2584535034c96ef98ed21787e153c87929722b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0946f7ac9d86f2e755858087c2584535034c96ef98ed21787e153c87929722b", kill_on_drop: false }` [INFO] [stdout] a0946f7ac9d86f2e755858087c2584535034c96ef98ed21787e153c87929722b