[INFO] cloning repository https://github.com/JKingdom/substrate-storage-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JKingdom/substrate-storage-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJKingdom%2Fsubstrate-storage-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJKingdom%2Fsubstrate-storage-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 542065b4e2416358f2a9d2011e41e75e0a24002b [INFO] documenting JKingdom/substrate-storage-example 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%2FJKingdom%2Fsubstrate-storage-example" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JKingdom/substrate-storage-example 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/JKingdom/substrate-storage-example [INFO] finished tweaking git repo https://github.com/JKingdom/substrate-storage-example [INFO] tweaked toml for git repo https://github.com/JKingdom/substrate-storage-example written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/JKingdom/substrate-storage-example 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 979c2b82038fccac216177460a9859343d8437d63dacadbea7ee0e0dcb105045 [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" "979c2b82038fccac216177460a9859343d8437d63dacadbea7ee0e0dcb105045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "979c2b82038fccac216177460a9859343d8437d63dacadbea7ee0e0dcb105045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "979c2b82038fccac216177460a9859343d8437d63dacadbea7ee0e0dcb105045", kill_on_drop: false }` [INFO] [stdout] 979c2b82038fccac216177460a9859343d8437d63dacadbea7ee0e0dcb105045 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stdout] 87802444f402fa5b4fd60de194fa3ba22ea0642479e04d22923e71e2c8fd448d [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" "87802444f402fa5b4fd60de194fa3ba22ea0642479e04d22923e71e2c8fd448d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling crunchy v0.2.1 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking untrusted v0.5.1 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking hash-db v0.9.0 (https://github.com/paritytech/trie#2616db2a) [INFO] [stderr] Checking base58 v0.1.0 [INFO] [stderr] Checking environmental v1.0.0 [INFO] [stderr] Checking arrayvec v0.4.8 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Compiling sr-std v0.1.0 (https://github.com/paritytech/substrate#74fae42c) [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking parity-wasm v0.31.3 [INFO] [stderr] Checking hash256-std-hasher v0.9.0 (https://github.com/paritytech/trie#2616db2a) [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Checking uint v0.5.0 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Compiling hex-literal-impl v0.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Checking hex-literal v0.1.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Checking twox-hash v1.1.1 [INFO] [stderr] Checking fixed-hash v0.3.0 [INFO] [stderr] Checking wasmi v0.4.2 [INFO] [stderr] Compiling parity-codec-derive v2.1.0 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking parity-codec v2.1.5 [INFO] [stderr] Checking substrate-primitives v0.1.0 (https://github.com/paritytech/substrate#74fae42c) [INFO] [stderr] Documenting storage v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.80s [INFO] running `Command { std: "docker" "inspect" "87802444f402fa5b4fd60de194fa3ba22ea0642479e04d22923e71e2c8fd448d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87802444f402fa5b4fd60de194fa3ba22ea0642479e04d22923e71e2c8fd448d", kill_on_drop: false }` [INFO] [stdout] 87802444f402fa5b4fd60de194fa3ba22ea0642479e04d22923e71e2c8fd448d