[INFO] updating cached repository https://github.com/0x7CFE/cortex [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f901670b230530e692eec001e99f5be798989519 [INFO] documenting 0x7CFE/cortex against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x7CFE%2Fcortex" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/0x7CFE/cortex on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/0x7CFE/cortex [INFO] finished tweaking git repo https://github.com/0x7CFE/cortex [INFO] tweaked toml for git repo https://github.com/0x7CFE/cortex written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/0x7CFE/cortex already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb68eb9da15bea00a916cc14265c88ca539729e2d6358115508145fc26a178c4 [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" "cb68eb9da15bea00a916cc14265c88ca539729e2d6358115508145fc26a178c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb68eb9da15bea00a916cc14265c88ca539729e2d6358115508145fc26a178c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb68eb9da15bea00a916cc14265c88ca539729e2d6358115508145fc26a178c4", kill_on_drop: false }` [INFO] [stdout] cb68eb9da15bea00a916cc14265c88ca539729e2d6358115508145fc26a178c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "RUSTDOCFLAGS=--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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbd61a402fcedcee813eae4136c0e30a7d94b41ec01503d96801904a289f5e39 [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" "bbd61a402fcedcee813eae4136c0e30a7d94b41ec01503d96801904a289f5e39", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.21 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking num-traits v0.1.37 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Checking rustc-serialize v0.3.23 [INFO] [stderr] Checking lazy_static v0.2.8 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking byteorder v1.0.0 [INFO] [stderr] Checking unicode-segmentation v1.1.0 [INFO] [stderr] Checking serde v0.9.14 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking hound v3.1.0 [INFO] [stderr] Checking bit-vec v0.4.3 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking num_cpus v1.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking clap v2.23.2 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking rayon v0.7.0 [INFO] [stderr] Checking num-complex v0.1.37 [INFO] [stderr] Compiling serde_derive v0.9.14 [INFO] [stderr] Checking dft v0.5.4 [INFO] [stderr] Checking bincode v1.0.0-alpha7 [INFO] [stderr] Documenting cortex v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.51s [INFO] running `Command { std: "docker" "inspect" "bbd61a402fcedcee813eae4136c0e30a7d94b41ec01503d96801904a289f5e39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbd61a402fcedcee813eae4136c0e30a7d94b41ec01503d96801904a289f5e39", kill_on_drop: false }` [INFO] [stdout] bbd61a402fcedcee813eae4136c0e30a7d94b41ec01503d96801904a289f5e39