[INFO] fetching crate xfpl 0.1.1... [INFO] testing xfpl-0.1.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate xfpl 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate xfpl 0.1.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xfpl 0.1.1 [INFO] finished tweaking crates.io crate xfpl 0.1.1 [INFO] tweaked toml for crates.io crate xfpl 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate xfpl 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded glib v0.9.3 [INFO] [stderr] Downloaded gdk-pixbuf v0.8.0 [INFO] [stderr] Downloaded assert-impl v0.1.3 [INFO] [stderr] Downloaded gio v0.8.1 [INFO] [stderr] Downloaded gdk v0.12.1 [INFO] [stderr] Downloaded atk v0.8.0 [INFO] [stderr] Downloaded gtk v0.8.1 [INFO] [stderr] Downloaded onig v6.0.0 [INFO] [stderr] Downloaded libflate v1.0.1 [INFO] [stderr] Downloaded typetag v0.1.5 [INFO] [stderr] Downloaded onig_sys v69.5.0 [INFO] [stderr] Downloaded syntect v4.2.0 [INFO] [stderr] Downloaded plist v1.0.0 [INFO] [stderr] Downloaded pango v0.8.0 [INFO] [stderr] Downloaded ffmpeg-sys-next v4.2.0 [INFO] [stderr] Downloaded typetag-impl v0.1.5 [INFO] [stderr] Downloaded apng v0.2.0 [INFO] [stderr] Downloaded rustdoc-stripper v0.1.12 [INFO] [stderr] Downloaded xmlparser v0.13.1 [INFO] [stderr] Downloaded ffmpeg-next v4.2.1 [INFO] [stderr] Downloaded rhai v0.14.1 [INFO] [stderr] Downloaded resvg v0.9.1 [INFO] [stderr] Downloaded gtk-rs-lgpl-docs v0.1.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 13e2eed0b6a0597e8b96a22f7229cc3d3a2a66ef3e836319603e000ca97bcc0d [INFO] running `Command { std: "docker" "start" "-a" "13e2eed0b6a0597e8b96a22f7229cc3d3a2a66ef3e836319603e000ca97bcc0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13e2eed0b6a0597e8b96a22f7229cc3d3a2a66ef3e836319603e000ca97bcc0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13e2eed0b6a0597e8b96a22f7229cc3d3a2a66ef3e836319603e000ca97bcc0d", kill_on_drop: false }` [INFO] [stdout] 13e2eed0b6a0597e8b96a22f7229cc3d3a2a66ef3e836319603e000ca97bcc0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21a520e476ddb8a9c2e7d0c4847202746387b03212ecdc680267d7629d6bd598 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "21a520e476ddb8a9c2e7d0c4847202746387b03212ecdc680267d7629d6bd598", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling rustdoc-stripper v0.1.12 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling xmlparser v0.13.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Compiling rctree v0.3.3 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling rgb v0.8.18 [INFO] [stderr] Compiling ttf-parser v0.6.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling ffmpeg-next v4.2.1 [INFO] [stderr] Compiling unicode-script v0.5.1 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling libflate_lz77 v1.0.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling kurbo v0.6.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling gtk-rs-lgpl-docs v0.1.15 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling roxmltree v0.11.0 [INFO] [stderr] Compiling svgfilters v0.1.0 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling harfbuzz-sys v0.4.0 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling onig_sys v69.5.0 [INFO] [stderr] Compiling simplecss v0.2.0 [INFO] [stderr] Compiling libflate v1.0.1 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Compiling gio v0.8.1 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling gdk v0.12.1 [INFO] [stderr] Compiling gtk v0.8.1 [INFO] [stderr] Compiling freetype-sys v0.11.0 [INFO] [stderr] Compiling rhai v0.14.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling slice-deque v0.3.0 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling lewton v0.10.1 [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling minimp3 v0.3.5 [INFO] [stderr] Compiling freetype v0.5.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling harfbuzz_rs v1.1.1 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling usvg v0.9.1 [INFO] [stderr] Compiling onig v6.0.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling ctor v0.1.14 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling inventory-impl v0.1.6 [INFO] [stderr] Compiling typetag-impl v0.1.5 [INFO] [stderr] Compiling inventory v0.1.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling apng v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling rodio v0.11.0 [INFO] [stderr] Compiling ffmpeg-sys-next v4.2.0 [INFO] [stderr] Compiling pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling glib v0.9.3 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling erased-serde v0.3.11 [INFO] [stderr] Compiling plist v1.0.0 [INFO] [stderr] Compiling typetag v0.1.5 [INFO] [stderr] Compiling resvg v0.9.1 [INFO] [stderr] Compiling syntect v4.2.0 [INFO] [stderr] Compiling xfpl v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `FontSlant`, `FontWeight` [INFO] [stdout] --> src/drawable/svg.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use cairo::{FontSlant, FontWeight}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Context` [INFO] [stdout] --> src/encoder/mod.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use cairo::{Context, ImageSurface}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `OpenOptions` [INFO] [stdout] --> src/encoder/mod.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use std::fs::{File, OpenOptions}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gtk` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gtk /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="embed-lgpl-docs"' --cfg 'feature="gtk-rs-lgpl-docs"' --cfg 'feature="v3_16"' --cfg 'feature="v3_18"' --cfg 'feature="v3_20"' --cfg 'feature="v3_22"' --cfg 'feature="v3_22_20"' --cfg 'feature="v3_22_26"' --cfg 'feature="v3_22_27"' --cfg 'feature="v3_22_29"' --cfg 'feature="v3_22_30"' --cfg 'feature="v3_24"' -C metadata=4dda310c8327c806 -C extra-filename=-4dda310c8327c806 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-6b5f6f6b7ef7526f.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-72fdf6df667b2650.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-f84355259b5dd960.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-4f3264e6ebd5c5dd.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-4954bc9138e813cb.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-b01b7dc6492e373d.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-154acc5975d0dffe.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-9f2e0d6619eb192e.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-a4f4eda54424a69c.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-f049a09005a69334.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-414ab949ff8293b9.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-d41c3d55e5d17eb8.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-8cd015108da7ca56.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-d3687187ac71dec3.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-125f4f1d2f06a3f5.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-1e13888d6cd302ba.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "21a520e476ddb8a9c2e7d0c4847202746387b03212ecdc680267d7629d6bd598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21a520e476ddb8a9c2e7d0c4847202746387b03212ecdc680267d7629d6bd598", kill_on_drop: false }` [INFO] [stdout] 21a520e476ddb8a9c2e7d0c4847202746387b03212ecdc680267d7629d6bd598