[INFO] cloning repository https://github.com/spennydl/cranejit-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spennydl/cranejit-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspennydl%2Fcranejit-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspennydl%2Fcranejit-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac744e440a49342070d54d8f2aeb1b391cad8f5e [INFO] documenting spennydl/cranejit-playground against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspennydl%2Fcranejit-playground" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spennydl/cranejit-playground on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/spennydl/cranejit-playground [INFO] finished tweaking git repo https://github.com/spennydl/cranejit-playground [INFO] tweaked toml for git repo https://github.com/spennydl/cranejit-playground written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/spennydl/cranejit-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9701943fdcc5762eb6aa7451528be82721e868a5dd37d1bd4e1b6a6ba2f53869 [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" "9701943fdcc5762eb6aa7451528be82721e868a5dd37d1bd4e1b6a6ba2f53869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9701943fdcc5762eb6aa7451528be82721e868a5dd37d1bd4e1b6a6ba2f53869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9701943fdcc5762eb6aa7451528be82721e868a5dd37d1bd4e1b6a6ba2f53869", kill_on_drop: false }` [INFO] [stdout] 9701943fdcc5762eb6aa7451528be82721e868a5dd37d1bd4e1b6a6ba2f53869 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] b492ce525a8497ab0c07fd9f69287a302eeaa75cb891c387793f743be14a26f6 [INFO] running `Command { std: "docker" "start" "-a" "b492ce525a8497ab0c07fd9f69287a302eeaa75cb891c387793f743be14a26f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cranelift-codegen-shared v0.52.0 [INFO] [stderr] Compiling cranelift-entity v0.52.0 [INFO] [stderr] Compiling target-lexicon v0.9.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking smallvec v1.1.0 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking cranelift-bforest v0.52.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.52.0 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Compiling cranelift-codegen v0.52.0 [INFO] [stderr] Checking cranelift-module v0.52.0 [INFO] [stderr] Checking cranelift-native v0.52.0 [INFO] [stderr] Checking cranelift-frontend v0.52.0 [INFO] [stderr] Checking cranelift-simplejit v0.52.0 [INFO] [stderr] Checking cranelift v0.52.0 [INFO] [stderr] Documenting cranejit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.80s [INFO] running `Command { std: "docker" "inspect" "b492ce525a8497ab0c07fd9f69287a302eeaa75cb891c387793f743be14a26f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b492ce525a8497ab0c07fd9f69287a302eeaa75cb891c387793f743be14a26f6", kill_on_drop: false }` [INFO] [stdout] b492ce525a8497ab0c07fd9f69287a302eeaa75cb891c387793f743be14a26f6