[INFO] cloning repository https://github.com/unrust/uni-app [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unrust/uni-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funrust%2Funi-app"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funrust%2Funi-app'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 99edbfcf7c02660f7d31aa68d3b5ab5d89cf1f45 [INFO] checking unrust/uni-app against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funrust%2Funi-app" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unrust/uni-app on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/unrust/uni-app [INFO] finished tweaking git repo https://github.com/unrust/uni-app [INFO] tweaked toml for git repo https://github.com/unrust/uni-app written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/unrust/uni-app already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] e54854e51dcdab747c9a17fc75d89fe01f1b11e0deabe2a93145af865d85f7df [INFO] running `"docker" "start" "-a" "e54854e51dcdab747c9a17fc75d89fe01f1b11e0deabe2a93145af865d85f7df"` [INFO] [stderr] Compiling x11-dl v2.18.2 [INFO] [stderr] Compiling wayland-scanner v0.20.11 [INFO] [stderr] Checking smallvec v0.6.3 [INFO] [stderr] Checking tempfile v3.0.3 [INFO] [stderr] Checking wayland-sys v0.20.11 [INFO] [stderr] Checking wayland-commons v0.20.11 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Compiling wayland-client v0.20.11 [INFO] [stderr] Compiling wayland-protocols v0.20.11 [INFO] [stderr] Checking parking_lot v0.6.3 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking glutin v0.17.0 [INFO] [stderr] Checking uni-app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/native_app.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | fn context(&self) -> &glutin::GlContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glutin::GlContext` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/native_app.rs:226:40 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn canvas<'p>(&'p self) -> Box<'p + FnMut(&str) -> *const c_void> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'p + FnMut(&str) -> *const c_void` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/native_app.rs:38:27 [INFO] [stderr] | [INFO] [stderr] 38 | fn context(&self) -> &glutin::GlContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn glutin::GlContext` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/native_app.rs:226:40 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn canvas<'p>(&'p self) -> Box<'p + FnMut(&str) -> *const c_void> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn 'p + FnMut(&str) -> *const c_void` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.39s [INFO] running `"docker" "inspect" "e54854e51dcdab747c9a17fc75d89fe01f1b11e0deabe2a93145af865d85f7df"` [INFO] running `"docker" "rm" "-f" "e54854e51dcdab747c9a17fc75d89fe01f1b11e0deabe2a93145af865d85f7df"` [INFO] [stdout] e54854e51dcdab747c9a17fc75d89fe01f1b11e0deabe2a93145af865d85f7df