[INFO] cloning repository https://github.com/Txuritan/meteors [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Txuritan/meteors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTxuritan%2Fmeteors", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTxuritan%2Fmeteors'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d333ed5696dfda91d2e667f4164550b1dd4d028a [INFO] checking Txuritan/meteors against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTxuritan%2Fmeteors" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Txuritan/meteors on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/Txuritan/meteors [INFO] finished tweaking git repo https://github.com/Txuritan/meteors [INFO] tweaked toml for git repo https://github.com/Txuritan/meteors written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Txuritan/meteors already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1fca5a10cef219bcd1abeb6528a7d9a0b44ce9c243aa0a101c86f67de72b8c48 [INFO] running `Command { std: "docker" "start" "-a" "1fca5a10cef219bcd1abeb6528a7d9a0b44ce9c243aa0a101c86f67de72b8c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fca5a10cef219bcd1abeb6528a7d9a0b44ce9c243aa0a101c86f67de72b8c48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fca5a10cef219bcd1abeb6528a7d9a0b44ce9c243aa0a101c86f67de72b8c48", kill_on_drop: false }` [INFO] [stdout] 1fca5a10cef219bcd1abeb6528a7d9a0b44ce9c243aa0a101c86f67de72b8c48 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a09ccd57e63e1a9861dcf72d435e705412c0851c6d763c2c5d835dfc6fb054e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1a09ccd57e63e1a9861dcf72d435e705412c0851c6d763c2c5d835dfc6fb054e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking owo-colors v2.0.0 [INFO] [stderr] Checking ucd-trie v0.1.3 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Checking opal v0.1.0 (/opt/rustwide/workdir/opal) [INFO] [stderr] Checking chunked_transfer v1.4.0 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Checking ascii v1.0.0 [INFO] [stderr] Checking xxhash-rust v0.8.2 [INFO] [stderr] Checking path-tree v0.1.12 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking tinyvec v1.2.0 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking qstring v0.7.2 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking memmap2 v0.2.2 [INFO] [stderr] Compiling which v4.1.0 [INFO] [stderr] Compiling embed-resource v1.6.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Compiling prost-build v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking unicode-normalization v0.1.17 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Checking syn v1.0.72 [INFO] [stderr] Compiling meteors v0.1.0 (/opt/rustwide/workdir/meteors) [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking url v2.2.1 [INFO] [stderr] Checking tiny_http v0.8.1 [INFO] [stderr] Checking ctrlc v3.1.9 [INFO] [stderr] Checking query-macros v0.1.0 (/opt/rustwide/workdir/query-macros) [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling prost-derive v0.7.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Checking html_parser v0.6.2 (/opt/rustwide/workdir/html-parser) [INFO] [stderr] Checking query v0.1.0 (/opt/rustwide/workdir/query) [INFO] [stderr] Checking argh v0.1.4 [INFO] [stderr] Compiling prost v0.7.0 [INFO] [stderr] Compiling prost-types v0.7.0 [INFO] [stderr] Checking serde v1.0.125 [INFO] [stderr] Compiling meteors-common v0.1.0 (/opt/rustwide/workdir/meteors-common) [INFO] [stderr] Checking meteors-format-ao3 v0.1.0 (/opt/rustwide/workdir/meteors-format-ao3) [INFO] [stderr] Checking meteors-command-serve v0.1.0 (/opt/rustwide/workdir/meteors-command-serve) [INFO] [stderr] Checking meteors-command-config v0.1.0 (/opt/rustwide/workdir/meteors-command-config) [INFO] [stderr] Checking meteors-command-index v0.1.0 (/opt/rustwide/workdir/meteors-command-index) [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 21s [INFO] running `Command { std: "docker" "inspect" "1a09ccd57e63e1a9861dcf72d435e705412c0851c6d763c2c5d835dfc6fb054e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a09ccd57e63e1a9861dcf72d435e705412c0851c6d763c2c5d835dfc6fb054e", kill_on_drop: false }` [INFO] [stdout] 1a09ccd57e63e1a9861dcf72d435e705412c0851c6d763c2c5d835dfc6fb054e