[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 try#ea663bba38739867a4b75ac820991b4f5d093c3b 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-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/luc-tielen/fire-emblem-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-2/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 5248eab4e59341be048202353f56378b4f3710d03203f46392b8ee4cec41b91d [INFO] running `"docker" "start" "-a" "5248eab4e59341be048202353f56378b4f3710d03203f46392b8ee4cec41b91d"` [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling gobject-sys v0.4.0 [INFO] [stderr] Compiling cairo-rs v0.2.0 [INFO] [stderr] Compiling gio-sys v0.4.0 [INFO] [stderr] Compiling pango-sys v0.4.0 [INFO] [stderr] Compiling atk-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.4.0 [INFO] [stderr] Compiling gio v0.2.0 [INFO] [stderr] Compiling gdk-sys v0.4.0 [INFO] [stderr] Compiling gdk-pixbuf v0.2.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling gtk-sys v0.4.0 [INFO] [stderr] Compiling gdk v0.6.0 [INFO] [stderr] Compiling gtk v0.2.0 [INFO] [stderr] Checking futures-glib v0.2.1 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling relm-gen-widget v0.10.0 [INFO] [stderr] Checking glib v0.3.1 [INFO] [stderr] Checking relm-core v0.10.1 [INFO] [stderr] Checking relm-state v0.10.1 [INFO] [stderr] Compiling relm-derive-common v0.10.0 [INFO] [stderr] Checking pango v0.2.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 29s [INFO] running `"docker" "inspect" "5248eab4e59341be048202353f56378b4f3710d03203f46392b8ee4cec41b91d"` [INFO] running `"docker" "rm" "-f" "5248eab4e59341be048202353f56378b4f3710d03203f46392b8ee4cec41b91d"` [INFO] [stdout] 5248eab4e59341be048202353f56378b4f3710d03203f46392b8ee4cec41b91d