[INFO] cloning repository https://github.com/emergenetwork/vapabi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emergenetwork/vapabi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femergenetwork%2Fvapabi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femergenetwork%2Fvapabi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92364529a42790559ca9c26b82bb60f4f8221882 [INFO] documenting emergenetwork/vapabi against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femergenetwork%2Fvapabi" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emergenetwork/vapabi on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emergenetwork/vapabi [INFO] finished tweaking git repo https://github.com/emergenetwork/vapabi [INFO] tweaked toml for git repo https://github.com/emergenetwork/vapabi written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/emergenetwork/vapabi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 500c369c806bb0345b29937f4f81bcbbde7969e592751c65f9b6f265aec73de7 [INFO] running `Command { std: "docker" "start" "-a" "500c369c806bb0345b29937f4f81bcbbde7969e592751c65f9b6f265aec73de7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "500c369c806bb0345b29937f4f81bcbbde7969e592751c65f9b6f265aec73de7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "500c369c806bb0345b29937f4f81bcbbde7969e592751c65f9b6f265aec73de7", kill_on_drop: false }` [INFO] [stdout] 500c369c806bb0345b29937f4f81bcbbde7969e592751c65f9b6f265aec73de7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42cae482771e4b9af59d3c17d027f5cd8187c9beda2838b678febbcb88b95007 [INFO] running `Command { std: "docker" "start" "-a" "42cae482771e4b9af59d3c17d027f5cd8187c9beda2838b678febbcb88b95007", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `ethabi` in package `ethabi-cli v12.0.0 (/opt/rustwide/workdir/cli)` has the same output filename as the lib target `ethabi` in package `ethabi v12.0.0 (/opt/rustwide/workdir/ethabi)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/doc/ethabi/index.html [INFO] [stderr] The targets should have unique names. [INFO] [stderr] This is a known bug where multiple crates with the same name use [INFO] [stderr] the same path; see . [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking bitvec v0.14.0 [INFO] [stderr] Checking byte-slice-cast v0.3.2 [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking num-traits v0.2.2 [INFO] [stderr] Checking itoa v0.4.1 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking ethabi-contract v11.0.0 (/opt/rustwide/workdir/contract) [INFO] [stderr] Documenting ethabi-contract v11.0.0 (/opt/rustwide/workdir/contract) [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling rlp v0.4.0 [INFO] [stderr] Compiling uint v0.8.2 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking impl-rlp v0.2.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Checking fixed-hash v0.6.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling hex-literal-impl v0.2.0 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Checking parity-scale-codec v1.0.5 [INFO] [stderr] Checking impl-serde v0.3.0 [INFO] [stderr] Checking serde_json v1.0.13 [INFO] [stderr] Checking ethbloom v0.9.0 [INFO] [stderr] Checking impl-codec v0.4.1 [INFO] [stderr] Checking primitive-types v0.7.0 [INFO] [stderr] Checking ethereum-types v0.9.0 [INFO] [stderr] Checking ethabi v12.0.0 (/opt/rustwide/workdir/ethabi) [INFO] [stderr] Documenting ethabi v12.0.0 (/opt/rustwide/workdir/ethabi) [INFO] [stderr] Documenting ethabi-cli v12.0.0 (/opt/rustwide/workdir/cli) [INFO] [stderr] Documenting ethabi-derive v12.0.0 (/opt/rustwide/workdir/derive) [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> ethabi/src/token/token.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | /// solidity name eg.: int[3], bool[3], address[][8] [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `3` [INFO] [stdout] --> ethabi/src/token/token.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | /// solidity name eg.: int[3], bool[3], address[][8] [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `8` [INFO] [stdout] --> ethabi/src/token/token.rs:54:52 [INFO] [stdout] | [INFO] [stdout] 54 | /// solidity name eg.: int[3], bool[3], address[][8] [INFO] [stdout] | ^ no item named `8` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `5` [INFO] [stdout] --> ethabi/src/token/token.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | /// solidity name eg. int[], bool[], address[5][] [INFO] [stdout] | ^ no item named `5` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ethabi-derive v12.0.0 (/opt/rustwide/workdir/derive) [INFO] [stderr] Documenting ethabi-tests v0.1.1 (/opt/rustwide/workdir/tests) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.41s [INFO] running `Command { std: "docker" "inspect" "42cae482771e4b9af59d3c17d027f5cd8187c9beda2838b678febbcb88b95007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42cae482771e4b9af59d3c17d027f5cd8187c9beda2838b678febbcb88b95007", kill_on_drop: false }` [INFO] [stdout] 42cae482771e4b9af59d3c17d027f5cd8187c9beda2838b678febbcb88b95007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 375d8a8c1911316b32b19772b7f766e054f0e3887bf12883f2e9812813640f33 [INFO] running `Command { std: "docker" "start" "-a" "375d8a8c1911316b32b19772b7f766e054f0e3887bf12883f2e9812813640f33", kill_on_drop: false }` [INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace [INFO] running `Command { std: "docker" "inspect" "375d8a8c1911316b32b19772b7f766e054f0e3887bf12883f2e9812813640f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "375d8a8c1911316b32b19772b7f766e054f0e3887bf12883f2e9812813640f33", kill_on_drop: false }` [INFO] [stdout] 375d8a8c1911316b32b19772b7f766e054f0e3887bf12883f2e9812813640f33