[INFO] fetching crate substreams-ethereum-core 0.11.1...
[INFO] documenting substreams-ethereum-core-0.11.1 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate substreams-ethereum-core 0.11.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate substreams-ethereum-core 0.11.1
[INFO] finished tweaking crates.io crate substreams-ethereum-core 0.11.1
[INFO] tweaked toml for crates.io crate substreams-ethereum-core 0.11.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate substreams-ethereum-core 0.11.1 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate substreams-ethereum-core 0.11.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ethereum-types v0.13.1
[INFO] [stderr]   Downloaded ethabi v17.2.0
[INFO] [stderr]   Downloaded substreams-macro v0.7.0
[INFO] [stderr]   Downloaded primitive-types v0.11.1
[INFO] [stderr]   Downloaded substreams v0.7.0
[INFO] [stderr]   Downloaded ethbloom v0.12.1
[INFO] [stderr]   Downloaded impl-serde v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c
[INFO] running `Command { std: "docker" "start" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling substreams-macro v0.7.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking impl-serde v0.3.2
[INFO] [stderr]     Checking substreams v0.7.0
[INFO] [stderr]     Checking ethbloom v0.12.1
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking primitive-types v0.11.1
[INFO] [stderr]     Checking ethereum-types v0.13.1
[INFO] [stderr]     Checking ethabi v17.2.0
[INFO] [stderr]  Documenting substreams-ethereum-core v0.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]     --> src/pb/sf.ethereum.type.v2.rs:1112:82
[INFO] [stdout]      |
[INFO] [stdout] 1112 |         /// REASON_EVENT_LOG is the amount of gas that will be charged for a 'LOG<N>' opcode executed by the EVM
[INFO] [stdout]      |                                                                                  ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]      |
[INFO] [stdout] 1112 |         /// REASON_EVENT_LOG is the amount of gas that will be charged for a '`LOG<N>`' opcode executed by the EVM
[INFO] [stdout]      |                                                                               +      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]     --> src/pb/sf.ethereum.type.v2.rs:1114:86
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         /// REASON_EXT_CODE_COPY is the amount of gas that will be charged for a 'LOG<N>' opcode executed by the EVM
[INFO] [stdout]      |                                                                                      ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         /// REASON_EXT_CODE_COPY is the amount of gas that will be charged for a '`LOG<N>`' opcode executed by the EVM
[INFO] [stdout]      |                                                                                   +      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `from`
[INFO] [stdout]    --> src/pb/sf.ethereum.type.v2.rs:740:20
[INFO] [stdout]     |
[INFO] [stdout] 740 |     /// - caller = <from>
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ethereum-types v0.13.1, primitive-types v0.11.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/substreams_ethereum_core/index.html
[INFO] running `Command { std: "docker" "inspect" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting substreams-ethereum-core v0.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]     --> src/pb/sf.ethereum.type.v2.rs:1112:82
[INFO] [stdout]      |
[INFO] [stdout] 1112 |         /// REASON_EVENT_LOG is the amount of gas that will be charged for a 'LOG<N>' opcode executed by the EVM
[INFO] [stdout]      |                                                                                  ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]      |
[INFO] [stdout] 1112 |         /// REASON_EVENT_LOG is the amount of gas that will be charged for a '`LOG<N>`' opcode executed by the EVM
[INFO] [stdout]      |                                                                               +      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]     --> src/pb/sf.ethereum.type.v2.rs:1114:86
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         /// REASON_EXT_CODE_COPY is the amount of gas that will be charged for a 'LOG<N>' opcode executed by the EVM
[INFO] [stdout]      |                                                                                      ^^^
[INFO] [stdout]      |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         /// REASON_EXT_CODE_COPY is the amount of gas that will be charged for a '`LOG<N>`' opcode executed by the EVM
[INFO] [stdout]      |                                                                                   +      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `from`
[INFO] [stdout]    --> src/pb/sf.ethereum.type.v2.rs:740:20
[INFO] [stdout]     |
[INFO] [stdout] 740 |     /// - caller = <from>
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: ethereum-types v0.13.1, primitive-types v0.11.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/substreams_ethereum_core/index.html
[INFO] running `Command { std: "docker" "inspect" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c", kill_on_drop: false }`
[INFO] [stdout] a7bf0547181a7649dd2f5373c749843ef6ac1f48d20c3beb43fa9075a445006c
