[INFO] cloning repository https://github.com/Slixe/xelis-blockchain [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Slixe/xelis-blockchain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSlixe%2Fxelis-blockchain", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSlixe%2Fxelis-blockchain'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e20146c8ced35ee6312cd50be3ad100d6d8aafe [INFO] documenting Slixe/xelis-blockchain against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSlixe%2Fxelis-blockchain" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Slixe/xelis-blockchain on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Slixe/xelis-blockchain [INFO] finished tweaking git repo https://github.com/Slixe/xelis-blockchain [INFO] tweaked toml for git repo https://github.com/Slixe/xelis-blockchain written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Slixe/xelis-blockchain already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc94d4842eec3b99764056aded78c9fc9b949bbdc91072a4e70ca4dd02f9e540 [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" "cc94d4842eec3b99764056aded78c9fc9b949bbdc91072a4e70ca4dd02f9e540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc94d4842eec3b99764056aded78c9fc9b949bbdc91072a4e70ca4dd02f9e540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc94d4842eec3b99764056aded78c9fc9b949bbdc91072a4e70ca4dd02f9e540", kill_on_drop: false }` [INFO] [stdout] cc94d4842eec3b99764056aded78c9fc9b949bbdc91072a4e70ca4dd02f9e540 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f47ab280afe5abc86abe989c014b2a46bf79015e96b7aefb50a0d87de20df55 [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" "9f47ab280afe5abc86abe989c014b2a46bf79015e96b7aefb50a0d87de20df55", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking signature v1.5.0 [INFO] [stderr] Checking ipnet v2.5.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Compiling http v0.2.7 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking actix-utils v3.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Checking log v0.4.16 [INFO] [stderr] Checking crc32fast v1.3.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Checking brotli v3.3.4 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Checking flate2 v1.0.23 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking ahash v0.7.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking fern v0.6.0 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling openssl-sys v0.9.73 [INFO] [stderr] Compiling zstd-sys v1.6.3+zstd.1.5.2 [INFO] [stderr] Checking local-channel v0.1.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Checking zeroize v1.3.0 [INFO] [stderr] Checking curve25519-dalek v3.2.1 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Checking clap v3.1.18 [INFO] [stderr] Checking serde v1.0.136 [INFO] [stderr] Checking tokio-util v0.7.1 [INFO] [stderr] Checking actix-rt v2.7.0 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking actix-server v2.1.1 [INFO] [stderr] Checking h2 v0.3.13 [INFO] [stderr] Checking actix-codec v0.5.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde_json v1.0.79 [INFO] [stderr] Checking actix-router v0.5.0 [INFO] [stderr] Checking ed25519 v1.4.1 [INFO] [stderr] Checking serde_bytes v0.11.5 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Compiling zstd-safe v4.1.4+zstd.1.5.2 [INFO] [stderr] Compiling actix-web-codegen v4.0.0 [INFO] [stderr] Checking zstd v0.10.0+zstd.1.5.2 [INFO] [stderr] Checking hyper v0.14.18 [INFO] [stderr] Checking actix-http v3.0.4 [INFO] [stderr] Checking actix-web v4.0.1 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.10 [INFO] [stderr] Checking xelis-blockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting xelis-blockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `debug` [INFO] [stdout] --> src/core/prompt/prompt.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | use log::{debug, error, Level}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/core/prompt/prompt.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | let mut stdin = stdin(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/core/prompt/prompt.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | let mut buf = [0u8; 256]; // alow up to 256 characters [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsyncReadExt` [INFO] [stdout] --> src/core/prompt/prompt.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use tokio::io::{AsyncReadExt, stdin}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stdin` [INFO] [stdout] --> src/core/prompt/prompt.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let mut stdin = stdin(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stdin` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buf` [INFO] [stdout] --> src/core/prompt/prompt.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | let mut buf = [0u8; 256]; // alow up to 256 characters [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `command_manager` [INFO] [stdout] --> src/core/prompt/prompt.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | command_manager: CommandManager, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/bin/wallet/main.rs: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `xelis-blockchain` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name wallet src/bin/wallet/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=90bf12cca85bc621 -L dependency=/opt/rustwide/target/debug/deps --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-a103b0b1d8ac93d9.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a2ad8fa07e0781ab.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-57de1f6d7c9c6f6c.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2e8244254d7628a7.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-ca06132a4eb5bd13.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-3539655c9352905f.rmeta --extern fern=/opt/rustwide/target/debug/deps/libfern-ad0ba4011717fd0d.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-e6e12260d7fb4e79.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-92115a31ee9ca72b.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-7cf062e82d3795dc.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-67e55584345e7764.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-71d6e27ea8ce05cc.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-86de9cee7aa930e7.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-43db05260f333f0e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-65c364d11853dff4.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a9b6167f1476793a.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9e0f5c8a51d23dc1.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-245a4171a77d4a49.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-dee255f966107e91.rmeta --extern xelis_blockchain=/opt/rustwide/target/debug/deps/libxelis_blockchain-df6ef1d7e8b4bdbf.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9f47ab280afe5abc86abe989c014b2a46bf79015e96b7aefb50a0d87de20df55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f47ab280afe5abc86abe989c014b2a46bf79015e96b7aefb50a0d87de20df55", kill_on_drop: false }` [INFO] [stdout] 9f47ab280afe5abc86abe989c014b2a46bf79015e96b7aefb50a0d87de20df55