[INFO] crate eosio_cdt_sys 0.3.0 is already in cache [INFO] documenting eosio_cdt_sys-0.3.0 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate eosio_cdt_sys 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate eosio_cdt_sys 0.3.0 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f9a32cdaaeefcf9e045fbd86130c1fb07f47570e35df99f818a109f39427901 [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" "2f9a32cdaaeefcf9e045fbd86130c1fb07f47570e35df99f818a109f39427901", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f9a32cdaaeefcf9e045fbd86130c1fb07f47570e35df99f818a109f39427901", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f9a32cdaaeefcf9e045fbd86130c1fb07f47570e35df99f818a109f39427901", kill_on_drop: false }` [INFO] [stdout] 2f9a32cdaaeefcf9e045fbd86130c1fb07f47570e35df99f818a109f39427901 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] def4b55252f4f3daab11e8edc990806e3738f4397a916c47fbf648ca1d6cdcd9 [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" "def4b55252f4f3daab11e8edc990806e3738f4397a916c47fbf648ca1d6cdcd9", kill_on_drop: false }` [INFO] [stderr] Documenting eosio_cdt_sys v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `[21]` cannot be resolved, ignoring it. [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(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] capi_name producers[21]; [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[50]` cannot be resolved, ignoring it. [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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[9]` cannot be resolved, ignoring it. [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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[index]` cannot be resolved, ignoring it. [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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[index]` cannot be resolved, ignoring it. [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] @brief Retrieve the signed_transaction.context_free_data[index]. [INFO] [stdout] ^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[index]` cannot be resolved, ignoring it. [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] @param size - amount of context_free_data[index] to retrieve into buff, 0 to report required size [INFO] [stdout] ^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[index]` cannot be resolved, ignoring it. [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] @return size copied, or context_free_data[index].size() if 0 passed for size, or -1 if index not valid [INFO] [stdout] ^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[21]` cannot be resolved, ignoring it. [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: the link appears in this line: [INFO] [stdout] [INFO] [stdout] capi_name producers[21]; [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "def4b55252f4f3daab11e8edc990806e3738f4397a916c47fbf648ca1d6cdcd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "def4b55252f4f3daab11e8edc990806e3738f4397a916c47fbf648ca1d6cdcd9", kill_on_drop: false }` [INFO] [stdout] def4b55252f4f3daab11e8edc990806e3738f4397a916c47fbf648ca1d6cdcd9