[INFO] updating cached repository https://github.com/garebareDA/web_browser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3e27881c4966a05f7d9defcaa1040d7fe68039e [INFO] testing garebareDA/web_browser against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FgarebareDA%2Fweb_browser" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/garebareDA/web_browser on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/garebareDA/web_browser [INFO] finished tweaking git repo https://github.com/garebareDA/web_browser [INFO] tweaked toml for git repo https://github.com/garebareDA/web_browser written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/garebareDA/web_browser already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stdout] c62a19f3dff93eaeafa30ca2a0da1c9f3967bdc6d28c2d4a2d9aebf7818c4684 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c62a19f3dff93eaeafa30ca2a0da1c9f3967bdc6d28c2d4a2d9aebf7818c4684"` [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling chunked_transfer v1.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling qstring v0.7.0 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling glib-sys v0.9.0 [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling gio-sys v0.9.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling glib v0.8.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling webpki v0.21.0 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling ureq v0.11.2 [INFO] [stderr] Compiling web_browser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `super::add` [INFO] [stderr] --> src/ui/text_tag.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use super::add; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::html_parser::structs::Html` [INFO] [stderr] --> src/ui/text_tag.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::html_parser::structs::Html; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `href` is assigned to, but never used [INFO] [stderr] --> src/ui/text_tag.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | let mut href = String::new(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: consider using `_href` instead [INFO] [stderr] [INFO] [stderr] warning: value assigned to `href` is never read [INFO] [stderr] --> src/ui/text_tag.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | href = attr[index].contents.parse().unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/ui/image_tag.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | resp.read_exact(&mut buf); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/ui/image_tag.rs:47:17 [INFO] [stderr] | [INFO] [stderr] 47 | image_file.write_all(&mut buf); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=5bdd822e809ceafe -C extra-filename=-5bdd822e809ceafe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-a0318db46d89ec30.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-ca8d26ee99847c96.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-e4d3a855efb212c2.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-be4f0322b640c9be.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-4bf248095c176da6.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-bfdbb21d19ddbaa6.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-9b2f0434d9df3648.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-f3967c4b12e4e6a1.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-4207ba1ab415316b.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-75bdc92838269a3a.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-994cd32c50921a8e.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-fcc9e46dc07c57df.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-1cadab042b2f948a.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-c2725012b0cfd464.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-a29656ad2bbcb665.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-934f09fd55281e34.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "c62a19f3dff93eaeafa30ca2a0da1c9f3967bdc6d28c2d4a2d9aebf7818c4684"` [INFO] running `"docker" "rm" "-f" "c62a19f3dff93eaeafa30ca2a0da1c9f3967bdc6d28c2d4a2d9aebf7818c4684"` [INFO] [stdout] c62a19f3dff93eaeafa30ca2a0da1c9f3967bdc6d28c2d4a2d9aebf7818c4684