[INFO] cloning repository https://github.com/foobar27/lyon-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/foobar27/lyon-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoobar27%2Flyon-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoobar27%2Flyon-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3c825db86b15c50b12dcc4739dd12d14d891591 [INFO] building foobar27/lyon-experiments against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoobar27%2Flyon-experiments" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foobar27/lyon-experiments on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/foobar27/lyon-experiments [INFO] finished tweaking git repo https://github.com/foobar27/lyon-experiments [INFO] tweaked toml for git repo https://github.com/foobar27/lyon-experiments written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/foobar27/lyon-experiments 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc245d95c6fd68111467c23825b315fee91d6a6668c3913a62ba2e79f5b3ce92 [INFO] running `Command { std: "docker" "start" "-a" "dc245d95c6fd68111467c23825b315fee91d6a6668c3913a62ba2e79f5b3ce92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc245d95c6fd68111467c23825b315fee91d6a6668c3913a62ba2e79f5b3ce92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc245d95c6fd68111467c23825b315fee91d6a6668c3913a62ba2e79f5b3ce92", kill_on_drop: false }` [INFO] [stdout] dc245d95c6fd68111467c23825b315fee91d6a6668c3913a62ba2e79f5b3ce92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 797098f4622acbc5f00853fe6519f68b458ed6f9b9df40e18496209ad0869b5c [INFO] running `Command { std: "docker" "start" "-a" "797098f4622acbc5f00853fe6519f68b458ed6f9b9df40e18496209ad0869b5c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling unicode-general-category v0.4.0 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling ttf-parser v0.12.2 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling bytemuck v1.7.0 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling unicode-script v0.5.2 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling simplecss v0.2.1 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling kurbo v0.8.0 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling svgtypes v0.8.0 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rctree v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling roxmltree v0.14.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling memmap2 v0.5.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling fontdb v0.7.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling rustybuzz v0.4.0 [INFO] [stderr] Compiling sid v0.6.1 [INFO] [stderr] Compiling usvg v0.19.0 [INFO] [stderr] Compiling euclid v0.22.6 [INFO] [stderr] Compiling lyon_geom v0.17.2 [INFO] [stderr] Compiling lyon_path v0.17.4 [INFO] [stderr] Compiling lyon_svg v0.17.2 [INFO] [stderr] Compiling lyon_algorithms v0.17.4 [INFO] [stderr] Compiling lyon_tessellation v0.17.7 [INFO] [stderr] Compiling lyon v0.17.5 [INFO] [stderr] Compiling lyon-experiments v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serialization` [INFO] [stdout] --> src/main.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg_attr(feature = "serialization", derive(Serialize, Deserialize))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `serialization` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lyon::geom::euclid::Size2D` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use lyon::geom::euclid::Size2D; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Winding` [INFO] [stdout] --> src/main.rs:5:35 [INFO] [stdout] | [INFO] [stdout] 5 | use lyon::path::{Path, PathEvent, Winding}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lyon::path::traits::PathBuilder` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use lyon::path::traits::PathBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `array` is never read [INFO] [stdout] --> src/main.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 26 | struct DashCursor { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 27 | pub array: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `from`, `to`, and `distance` are never read [INFO] [stdout] --> src/main.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 230 | Dash { [INFO] [stdout] | ---- fields in this variant [INFO] [stdout] 231 | from: Point, [INFO] [stdout] | ^^^^ [INFO] [stdout] 232 | to: Point, [INFO] [stdout] | ^^ [INFO] [stdout] 233 | distance: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DashOrGap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `distance` is never read [INFO] [stdout] --> src/main.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 235 | Gap { [INFO] [stdout] | --- field in this variant [INFO] [stdout] 236 | // TODO squeeze gaps? [INFO] [stdout] 237 | distance: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DashOrGap` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcLg9IRe/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblyon-6bcaa7c76fc33efa.rlib,liblyon_tessellation-3dba72f4d715b091.rlib,liblyon_svg-140a3dccce3e736e.rlib,libsvgtypes-c7466aee34e793b4.rlib,libsiphasher-9fc9a997e6f17fa6.rlib,libfloat_cmp-30004366c6f71218.rlib,liblyon_algorithms-7bd66aa167216cc7.rlib,libsid-fe6d671751e9e705.rlib,liblyon_path-6efcf32802164c4c.rlib,liblyon_geom-9e2329dfd7f846bf.rlib,libeuclid-054ce50c94088bcd.rlib,libnum_traits-813d10da821495fe.rlib,libarrayvec-cc3c842df4d99355.rlib,libserde-42ee1a781d8178fb.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcLg9IRe/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lyon_experiments-e9debb2dc8894b86" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lyon-experiments` (bin "lyon-experiments") due to 1 previous error; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "797098f4622acbc5f00853fe6519f68b458ed6f9b9df40e18496209ad0869b5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "797098f4622acbc5f00853fe6519f68b458ed6f9b9df40e18496209ad0869b5c", kill_on_drop: false }` [INFO] [stdout] 797098f4622acbc5f00853fe6519f68b458ed6f9b9df40e18496209ad0869b5c