[INFO] updating cached repository https://github.com/367718/arisu [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 99d22b3372d4a35b7b7b7a7d00e67eb0ef41d867 [INFO] checking 367718/arisu against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2F367718%2Farisu" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/367718/arisu on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/367718/arisu [INFO] finished tweaking git repo https://github.com/367718/arisu [INFO] tweaked toml for git repo https://github.com/367718/arisu written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/367718/arisu already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 49ae205c929d8a05050b2686012677f54e9737f7ca558435e425211a6b119ea8 [INFO] running `"docker" "start" "-a" "49ae205c929d8a05050b2686012677f54e9737f7ca558435e425211a6b119ea8"` [INFO] [stderr] Compiling proc-macro2 v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.9 [INFO] [stderr] Compiling syn v1.0.1 [INFO] [stderr] Compiling cairo-rs v0.7.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Checking xmlparser v0.10.0 [INFO] [stderr] Compiling arisu v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking horrorshow v0.7.0 [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 c2-chacha v0.2.2 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Compiling sqlite3-src v0.2.11 [INFO] [stderr] Compiling hashbrown v0.6.0 [INFO] [stderr] Checking roxmltree v0.7.1 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Checking sqlite3-sys v0.12.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Checking sqlite v0.25.0 [INFO] [stderr] Compiling quote v1.0.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Checking glib v0.8.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking ahash v0.2.12 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking bstr v0.2.6 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/edit.rs:481:92 [INFO] [stderr] | [INFO] [stderr] 481 | let progress = progress_spin.get_text().unwrap().parse().unwrap_or(-1);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/edit.rs:481:92 [INFO] [stderr] | [INFO] [stderr] 481 | let progress = progress_spin.get_text().unwrap().parse().unwrap_or(-1);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `"docker" "inspect" "49ae205c929d8a05050b2686012677f54e9737f7ca558435e425211a6b119ea8"` [INFO] running `"docker" "rm" "-f" "49ae205c929d8a05050b2686012677f54e9737f7ca558435e425211a6b119ea8"` [INFO] [stdout] 49ae205c929d8a05050b2686012677f54e9737f7ca558435e425211a6b119ea8