[INFO] updating cached repository https://github.com/hatoo/Accepted [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] [stderr] From https://github.com/hatoo/Accepted [INFO] [stderr] * [new branch] config-theme -> config-theme [INFO] [stderr] * [new branch] fuzz-1 -> fuzz-1 [INFO] [stderr] 615885d..3650d4e master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3650d4ed0e95bd71fd3862cf8863e36c636448e7 [INFO] checking hatoo/Accepted against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatoo%2FAccepted" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hatoo/Accepted on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hatoo/Accepted [INFO] finished tweaking git repo https://github.com/hatoo/Accepted [INFO] tweaked toml for git repo https://github.com/hatoo/Accepted written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/hatoo/Accepted already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 21417558e000b414497dc60937b755cef33a65b7110cd667a24a4d899c126acc [INFO] running `"docker" "start" "-a" "21417558e000b414497dc60937b755cef33a65b7110cd667a24a4d899c126acc"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Checking iter-read v0.2.1 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Checking fuzzy-matcher v0.3.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Checking termion v1.5.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking backtrace v0.3.42 [INFO] [stderr] Checking ropey v1.1.0 [INFO] [stderr] Checking shellexpand v1.1.1 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling rbtag_derive v0.3.0 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking rbtag v0.3.0 [INFO] [stderr] Checking jsonrpc-core v14.0.5 [INFO] [stderr] Checking lsp-types v0.70.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling onig_sys v69.2.0 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Checking syntect v3.3.0 [INFO] [stderr] Checking accepted v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `test_run` [INFO] [stderr] --> tests/lib.rs:48:4 [INFO] [stderr] | [INFO] [stderr] 48 | fn test_run(init: &str, commands: &[&str]) -> (String, Cursor) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 36s [INFO] running `"docker" "inspect" "21417558e000b414497dc60937b755cef33a65b7110cd667a24a4d899c126acc"` [INFO] running `"docker" "rm" "-f" "21417558e000b414497dc60937b755cef33a65b7110cd667a24a4d899c126acc"` [INFO] [stdout] 21417558e000b414497dc60937b755cef33a65b7110cd667a24a4d899c126acc