[INFO] cloning repository https://github.com/luc-tielen/fire-emblem-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luc-tielen/fire-emblem-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 25b63a5bb4ac4c439da2c4a07a8992fb4398e36a [INFO] checking luc-tielen/fire-emblem-rs against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluc-tielen%2Ffire-emblem-rs" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/luc-tielen/fire-emblem-rs on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/luc-tielen/fire-emblem-rs [INFO] finished tweaking git repo https://github.com/luc-tielen/fire-emblem-rs [INFO] tweaked toml for git repo https://github.com/luc-tielen/fire-emblem-rs written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/luc-tielen/fire-emblem-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bde1d39cf563ba74e53cfdcb6908749ece322ce3beab3bf1a9c1672b7d1e30ee [INFO] running `"docker" "start" "-a" "bde1d39cf563ba74e53cfdcb6908749ece322ce3beab3bf1a9c1672b7d1e30ee"` [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Checking c_vec v1.2.1 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling gobject-sys v0.4.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling cairo-sys-rs v0.4.0 [INFO] [stderr] Compiling pango-sys v0.4.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling atk-sys v0.4.0 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking tokio-io v0.1.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Checking futures-glib v0.2.1 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Checking relm-core v0.10.1 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Checking relm-state v0.10.1 [INFO] [stderr] Compiling relm-gen-widget v0.10.0 [INFO] [stderr] Checking pango v0.2.0 [INFO] [stderr] Compiling relm-derive-common v0.10.0 [INFO] [stderr] Compiling relm-derive v0.10.0 [INFO] [stderr] Compiling relm-attributes v0.10.0 [INFO] [stderr] Checking relm v0.10.1 [INFO] [stderr] Checking fire-emblem-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `refcell_replace_swap` has been stable since 1.35.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(refcell_replace_swap)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(proc_macro)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `refcell_replace_swap` has been stable since 1.35.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(refcell_replace_swap)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `"docker" "inspect" "bde1d39cf563ba74e53cfdcb6908749ece322ce3beab3bf1a9c1672b7d1e30ee"` [INFO] running `"docker" "rm" "-f" "bde1d39cf563ba74e53cfdcb6908749ece322ce3beab3bf1a9c1672b7d1e30ee"` [INFO] [stdout] bde1d39cf563ba74e53cfdcb6908749ece322ce3beab3bf1a9c1672b7d1e30ee