[INFO] cloning repository https://github.com/vldm/playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vldm/playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvldm%2Fplayground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvldm%2Fplayground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2751e76ab683c2fc8e2ffcc7b92412aae2e67e3c [INFO] documenting vldm/playground against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvldm%2Fplayground" "/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/vldm/playground on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vldm/playground [INFO] finished tweaking git repo https://github.com/vldm/playground [INFO] tweaked toml for git repo https://github.com/vldm/playground written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/vldm/playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rust_decimal v0.8.1 [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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 919f157213b6a46f436172e8dc9279f55d7015b7fa37534cbd38a29a076d86cd [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" "919f157213b6a46f436172e8dc9279f55d7015b7fa37534cbd38a29a076d86cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "919f157213b6a46f436172e8dc9279f55d7015b7fa37534cbd38a29a076d86cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "919f157213b6a46f436172e8dc9279f55d7015b7fa37534cbd38a29a076d86cd", kill_on_drop: false }` [INFO] [stdout] 919f157213b6a46f436172e8dc9279f55d7015b7fa37534cbd38a29a076d86cd [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" "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" "+beta-2020-08-29" "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] fbc71efe880baa6090b64ac993a45dd2b12ad2965d2b464e9690f47a65e8c11b [INFO] running `Command { std: "docker" "start" "-a" "fbc71efe880baa6090b64ac993a45dd2b12ad2965d2b464e9690f47a65e8c11b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cfg-if v0.1.3 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling unwrap v1.1.0 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking thread-scoped v1.0.2 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.10 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Checking log v0.4.2 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking itertools-num v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Checking criterion-stats v0.2.3 [INFO] [stderr] Checking criterion-plot v0.2.3 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling miniz_oxide v0.1.2 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling xattr v0.2.1 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Compiling tar v0.4.15 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling miniz_oxide_c_api v0.1.2 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Checking backtrace v0.3.8 [INFO] [stderr] Checking serde_json v1.0.21 [INFO] [stderr] Checking chrono v0.4.3 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking rust_decimal v0.8.1 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling zip v0.2.8 [INFO] [stderr] Compiling exonum_libsodium-sys v0.0.16 [INFO] [stderr] Checking simplelog v0.5.2 [INFO] [stderr] Checking handlebars v0.31.0 [INFO] [stderr] Checking exonum_sodiumoxide v0.0.16 [INFO] [stderr] Checking criterion v0.2.3 [INFO] [stderr] Documenting bench_seperate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "fbc71efe880baa6090b64ac993a45dd2b12ad2965d2b464e9690f47a65e8c11b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbc71efe880baa6090b64ac993a45dd2b12ad2965d2b464e9690f47a65e8c11b", kill_on_drop: false }` [INFO] [stdout] fbc71efe880baa6090b64ac993a45dd2b12ad2965d2b464e9690f47a65e8c11b