[INFO] fetching crate eosio_cdt_sys 0.3.0... [INFO] documenting eosio_cdt_sys-0.3.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate eosio_cdt_sys 0.3.0 into /workspace/builds/worker-62/source [INFO] validating manifest of crates.io crate eosio_cdt_sys 0.3.0 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 crates.io crate eosio_cdt_sys 0.3.0 [INFO] finished tweaking crates.io crate eosio_cdt_sys 0.3.0 [INFO] tweaked toml for crates.io crate eosio_cdt_sys 0.3.0 written to /workspace/builds/worker-62/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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] 260878c3d280cc94ca11fb8070d1460ae5db75c99feaeb42296fc37f85778878 [INFO] running `Command { std: "docker" "start" "-a" "260878c3d280cc94ca11fb8070d1460ae5db75c99feaeb42296fc37f85778878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "260878c3d280cc94ca11fb8070d1460ae5db75c99feaeb42296fc37f85778878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "260878c3d280cc94ca11fb8070d1460ae5db75c99feaeb42296fc37f85778878", kill_on_drop: false }` [INFO] [stdout] 260878c3d280cc94ca11fb8070d1460ae5db75c99feaeb42296fc37f85778878 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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] c6591e6fece79b085b373d708c6cf6b2803e8dc31130c84ab3b92128cf3c2d4b [INFO] running `Command { std: "docker" "start" "-a" "c6591e6fece79b085b373d708c6cf6b2803e8dc31130c84ab3b92128cf3c2d4b", kill_on_drop: false }` [INFO] [stderr] Documenting eosio_cdt_sys v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `21` [INFO] [stdout] --> src/bindings.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | / #[doc = " Gets the set of active producers."] [INFO] [stdout] 173 | | #[doc = ""] [INFO] [stdout] 174 | | #[doc = " @param producers - Pointer to a buffer of account names"] [INFO] [stdout] 175 | | #[doc = " @param datalen - Byte length of buffer, when passed 0 will return the size required to store full output."] [INFO] [stdout] ... | [INFO] [stdout] 185 | | #[doc = " uint32_t bytes_populated = get_active_producers(producers, sizeof(capi_name)*21);"] [INFO] [stdout] 186 | | #[doc = " @endcode"] [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] capi_name producers[21]; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `21` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `50` [INFO] [stdout] --> src/bindings.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | / #[doc = " Get a record in a primary 64-bit integer index table"] [INFO] [stdout] 493 | | #[doc = ""] [INFO] [stdout] 494 | | #[doc = " @brief Get a record in a primary 64-bit integer index table"] [INFO] [stdout] 495 | | #[doc = " @param iterator - The iterator to the table row containing the record to retrieve"] [INFO] [stdout] ... | [INFO] [stdout] 509 | | #[doc = " db_get_i64(itr, value, len);"] [INFO] [stdout] 510 | | #[doc = " @endcode"] [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] char value[50]; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `50` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `9` [INFO] [stdout] --> src/bindings.rs:1607:5 [INFO] [stdout] | [INFO] [stdout] 1607 | / #[doc = " Prints hexidecimal data of length datalen"] [INFO] [stdout] 1608 | | #[doc = ""] [INFO] [stdout] 1609 | | #[doc = " @brief Prints hexidecimal data of length datalen"] [INFO] [stdout] 1610 | | #[doc = " @param data to be printed"] [INFO] [stdout] ... | [INFO] [stdout] 1616 | | #[doc = " printhex(&rawData, 9);"] [INFO] [stdout] 1617 | | #[doc = " @endcode"] [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] unsigned char rawData[9] = {0x49 0x20 0x6C 0x6F 0x76 0x65 0x20 0x62 0x6D}; [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `9` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `index` [INFO] [stdout] --> src/bindings.rs:1881:5 [INFO] [stdout] | [INFO] [stdout] 1881 | / #[doc = " Retrieve the signed_transaction.context_free_data[index]."] [INFO] [stdout] 1882 | | #[doc = ""] [INFO] [stdout] 1883 | | #[doc = " @brief Retrieve the signed_transaction.context_free_data[index]."] [INFO] [stdout] 1884 | | #[doc = " @param index - the index of the context_free_data entry to retrieve"] [INFO] [stdout] 1885 | | #[doc = " @param buff - output buff of the context_free_data entry"] [INFO] [stdout] 1886 | | #[doc = " @param size - amount of context_free_data[index] to retrieve into buff, 0 to report required size"] [INFO] [stdout] 1887 | | #[doc = " @return size copied, or context_free_data[index].size() if 0 passed for size, or -1 if index not valid"] [INFO] [stdout] | |______________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Retrieve the signed_transaction.context_free_data[index]. [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `index` in scope [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] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "c6591e6fece79b085b373d708c6cf6b2803e8dc31130c84ab3b92128cf3c2d4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6591e6fece79b085b373d708c6cf6b2803e8dc31130c84ab3b92128cf3c2d4b", kill_on_drop: false }` [INFO] [stdout] c6591e6fece79b085b373d708c6cf6b2803e8dc31130c84ab3b92128cf3c2d4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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] 950d547b48dd35a2841e06779439ddc9e040f77a02fbda7576f909086c45113d [INFO] running `Command { std: "docker" "start" "-a" "950d547b48dd35a2841e06779439ddc9e040f77a02fbda7576f909086c45113d", kill_on_drop: false }` [INFO] [stderr] Documenting eosio_cdt_sys v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `21` [INFO] [stdout] --> src/bindings.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | / #[doc = " Gets the set of active producers."] [INFO] [stdout] 173 | | #[doc = ""] [INFO] [stdout] 174 | | #[doc = " @param producers - Pointer to a buffer of account names"] [INFO] [stdout] 175 | | #[doc = " @param datalen - Byte length of buffer, when passed 0 will return the size required to store full output."] [INFO] [stdout] ... | [INFO] [stdout] 185 | | #[doc = " uint32_t bytes_populated = get_active_producers(producers, sizeof(capi_name)*21);"] [INFO] [stdout] 186 | | #[doc = " @endcode"] [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] capi_name producers[21]; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `21` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.70s [INFO] [stdout] warning: unresolved link to `50` [INFO] [stdout] --> src/bindings.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | / #[doc = " Get a record in a primary 64-bit integer index table"] [INFO] [stdout] 493 | | #[doc = ""] [INFO] [stdout] 494 | | #[doc = " @brief Get a record in a primary 64-bit integer index table"] [INFO] [stdout] 495 | | #[doc = " @param iterator - The iterator to the table row containing the record to retrieve"] [INFO] [stdout] ... | [INFO] [stdout] 509 | | #[doc = " db_get_i64(itr, value, len);"] [INFO] [stdout] 510 | | #[doc = " @endcode"] [INFO] [stdout] | |_________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] char value[50]; [INFO] [stdout] ^^ [INFO] [stdout] = note: no item named `50` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `9` [INFO] [stdout] --> src/bindings.rs:1607:5 [INFO] [stdout] | [INFO] [stdout] 1607 | / #[doc = " Prints hexidecimal data of length datalen"] [INFO] [stdout] 1608 | | #[doc = ""] [INFO] [stdout] 1609 | | #[doc = " @brief Prints hexidecimal data of length datalen"] [INFO] [stdout] 1610 | | #[doc = " @param data to be printed"] [INFO] [stdout] ... | [INFO] [stdout] 1616 | | #[doc = " printhex(&rawData, 9);"] [INFO] [stdout] 1617 | | #[doc = " @endcode"] [INFO] [stdout] | |________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] unsigned char rawData[9] = {0x49 0x20 0x6C 0x6F 0x76 0x65 0x20 0x62 0x6D}; [INFO] [stdout] ^ [INFO] [stdout] = note: no item named `9` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `index` [INFO] [stdout] --> src/bindings.rs:1881:5 [INFO] [stdout] | [INFO] [stdout] 1881 | / #[doc = " Retrieve the signed_transaction.context_free_data[index]."] [INFO] [stdout] 1882 | | #[doc = ""] [INFO] [stdout] 1883 | | #[doc = " @brief Retrieve the signed_transaction.context_free_data[index]."] [INFO] [stdout] 1884 | | #[doc = " @param index - the index of the context_free_data entry to retrieve"] [INFO] [stdout] 1885 | | #[doc = " @param buff - output buff of the context_free_data entry"] [INFO] [stdout] 1886 | | #[doc = " @param size - amount of context_free_data[index] to retrieve into buff, 0 to report required size"] [INFO] [stdout] 1887 | | #[doc = " @return size copied, or context_free_data[index].size() if 0 passed for size, or -1 if index not valid"] [INFO] [stdout] | |______________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Retrieve the signed_transaction.context_free_data[index]. [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `index` in scope [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] running `Command { std: "docker" "inspect" "950d547b48dd35a2841e06779439ddc9e040f77a02fbda7576f909086c45113d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "950d547b48dd35a2841e06779439ddc9e040f77a02fbda7576f909086c45113d", kill_on_drop: false }` [INFO] [stdout] 950d547b48dd35a2841e06779439ddc9e040f77a02fbda7576f909086c45113d