[INFO] updating cached repository https://github.com/jiusanzhou/druid-demo [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] 6785a7b3ddb762b1524efda510f7c2fb57645bb5 [INFO] checking jiusanzhou/druid-demo against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiusanzhou%2Fdruid-demo" "/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/jiusanzhou/druid-demo on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc [INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jiusanzhou/druid-demo [INFO] finished tweaking git repo https://github.com/jiusanzhou/druid-demo [INFO] tweaked toml for git repo https://github.com/jiusanzhou/druid-demo written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/jiusanzhou/druid-demo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 3e6d1535afc6b92ee9a6744fac5a1ac0bf64e24a1406b558b3a158f45ce21b04 [INFO] running `"docker" "start" "-a" "3e6d1535afc6b92ee9a6744fac5a1ac0bf64e24a1406b558b3a158f45ce21b04"` [INFO] [stderr] Compiling syn v1.0.9 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Checking unic-langid v0.6.1 [INFO] [stderr] Checking kurbo v0.5.4 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking intl_pluralrules v4.0.1 [INFO] [stderr] Checking fluent-locale v0.10.1 [INFO] [stderr] Checking piet v0.0.7 [INFO] [stderr] Checking piet-cairo v0.0.7 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Checking piet-common v0.0.7 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling druid-derive v0.1.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Checking fluent-bundle v0.8.0 [INFO] [stderr] Checking druid-shell v0.3.2 [INFO] [stderr] Checking druid v0.3.2 [INFO] [stderr] Checking druid-demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Align`, `Padding` [INFO] [stderr] --> src/main.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use druid::widget::{Align, Button, Column, Label, Padding}; [INFO] [stderr] | ^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `I18N_BASE` [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | static I18N_BASE: &str = "../resources/i18n"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Align`, `Padding` [INFO] [stderr] --> src/main.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use druid::widget::{Align, Button, Column, Label, Padding}; [INFO] [stderr] | ^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `I18N_BASE` [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | static I18N_BASE: &str = "../resources/i18n"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `"docker" "inspect" "3e6d1535afc6b92ee9a6744fac5a1ac0bf64e24a1406b558b3a158f45ce21b04"` [INFO] running `"docker" "rm" "-f" "3e6d1535afc6b92ee9a6744fac5a1ac0bf64e24a1406b558b3a158f45ce21b04"` [INFO] [stdout] 3e6d1535afc6b92ee9a6744fac5a1ac0bf64e24a1406b558b3a158f45ce21b04