[INFO] cloning repository https://github.com/martinvonz/jj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinvonz/jj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinvonz%2Fjj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinvonz%2Fjj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 67e11e0fc3888a82f460b51c7d5071585d0db318 [INFO] checking martinvonz/jj against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinvonz%2Fjj" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/martinvonz/jj on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/martinvonz/jj [INFO] finished tweaking git repo https://github.com/martinvonz/jj [INFO] tweaked toml for git repo https://github.com/martinvonz/jj written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/martinvonz/jj already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0929719ac4eed509a33a9051ba6d110af202b4561dc08bfdf648749a30740b53 [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" "0929719ac4eed509a33a9051ba6d110af202b4561dc08bfdf648749a30740b53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0929719ac4eed509a33a9051ba6d110af202b4561dc08bfdf648749a30740b53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0929719ac4eed509a33a9051ba6d110af202b4561dc08bfdf648749a30740b53", kill_on_drop: false }` [INFO] [stdout] 0929719ac4eed509a33a9051ba6d110af202b4561dc08bfdf648749a30740b53 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d84c9a5d210249bdb57b5baf91487a6d52d118b6d0c3938a78e6434b136e373 [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" "7d84c9a5d210249bdb57b5baf91487a6d52d118b6d0c3938a78e6434b136e373", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling protobuf v2.22.0 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling zstd-safe v3.0.0+zstd.1.4.8 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking whoami v1.0.1 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Checking yaml-rust v0.4.4 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling test-case v1.0.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_core v0.6.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Checking serde_test v0.8.23 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rand v0.8.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking blake2 v0.9.1 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking backoff v0.2.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling zstd-sys v1.4.19+zstd.1.4.8 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Compiling libgit2-sys v0.12.16+1.1.0 [INFO] [stderr] Checking protobuf-codegen v2.22.0 [INFO] [stderr] Checking serde_json v1.0.60 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking protobuf-codegen-pure v2.22.0 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling jujube-lib v0.1.1 (/opt/rustwide/workdir/lib) [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking git2 v0.13.14 [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking zstd v0.6.0+zstd.1.4.8 [INFO] [stderr] Checking jujube v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 01s [INFO] running `Command { std: "docker" "inspect" "7d84c9a5d210249bdb57b5baf91487a6d52d118b6d0c3938a78e6434b136e373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d84c9a5d210249bdb57b5baf91487a6d52d118b6d0c3938a78e6434b136e373", kill_on_drop: false }` [INFO] [stdout] 7d84c9a5d210249bdb57b5baf91487a6d52d118b6d0c3938a78e6434b136e373