[INFO] fetching crate risc0-zkvm-prove 0.6.0...
[INFO] testing risc0-zkvm-prove-0.6.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate risc0-zkvm-prove 0.6.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate risc0-zkvm-prove 0.6.0
[INFO] finished tweaking crates.io crate risc0-zkvm-prove 0.6.0
[INFO] tweaked toml for crates.io crate risc0-zkvm-prove 0.6.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate risc0-zkvm-prove 0.6.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate risc0-zkvm-prove 0.6.0 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d36425cd779844788f62be49130f4c64efb51f7579bda63f7e4d43f6e58a4974
[INFO] running `Command { std: "docker" "start" "-a" "d36425cd779844788f62be49130f4c64efb51f7579bda63f7e4d43f6e58a4974", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d36425cd779844788f62be49130f4c64efb51f7579bda63f7e4d43f6e58a4974", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d36425cd779844788f62be49130f4c64efb51f7579bda63f7e4d43f6e58a4974", kill_on_drop: false }`
[INFO] [stdout] d36425cd779844788f62be49130f4c64efb51f7579bda63f7e4d43f6e58a4974
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d8d0be8c663ab5ee34a5c083bd7b4613146c8efd79f9fc6673a563cd7d389a8
[INFO] running `Command { std: "docker" "start" "-a" "6d8d0be8c663ab5ee34a5c083bd7b4613146c8efd79f9fc6673a563cd7d389a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.94
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling scratch v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.68
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling link-cplusplus v1.0.6
[INFO] [stderr]    Compiling cxx v1.0.68
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling flate2 v1.0.23
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cxx-build v1.0.68
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling risc0-zkvm-circuit-gen v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling os_str_bytes v6.0.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling clap_lex v0.2.0
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.68
[INFO] [stderr]    Compiling bytemuck_derive v1.1.0
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling clap v3.1.18
[INFO] [stderr]    Compiling risc0-core v0.6.0
[INFO] [stderr]    Compiling risc0-zkp-core v0.6.0
[INFO] [stderr]    Compiling tokio-util v0.7.2
[INFO] [stderr]    Compiling risc0-zkvm-platform v0.6.0
[INFO] [stderr]    Compiling risc0-zkp-verify v0.6.0
[INFO] [stderr]    Compiling risc0-zkvm-circuit v0.6.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling risc0-zkp-accel v0.6.0
[INFO] [stderr]    Compiling risc0-zkp-prove v0.6.0
[INFO] [stderr]    Compiling risc0-zkvm-verify v0.6.0
[INFO] [stderr]    Compiling risc0-zkvm-prove v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr] warning: risc0-core@0.6.0: In file included from log.cpp:15:
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:17: error: 'uint32_t' was not declared in this scope
[INFO] [stderr] warning: risc0-core@0.6.0:    52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr] warning: risc0-core@0.6.0:       |                 ^~~~~~~~
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:31:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: risc0-core@0.6.0:    30 | #include <iostream>
[INFO] [stderr] warning: risc0-core@0.6.0:   +++ |+#include <cstdint>
[INFO] [stderr] warning: risc0-core@0.6.0:    31 | 
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:33: error: expected primary-expression before 'int'
[INFO] [stderr] warning: risc0-core@0.6.0:    52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr] warning: risc0-core@0.6.0:       |                                 ^~~
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:13: error: redefinition of 'std::string risc0::hex'
[INFO] [stderr] warning: risc0-core@0.6.0:    53 | std::string hex(uint32_t value);
[INFO] [stderr] warning: risc0-core@0.6.0:       |             ^~~
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: 'std::string risc0::hex' previously declared here
[INFO] [stderr] warning: risc0-core@0.6.0:    52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr] warning: risc0-core@0.6.0:       |             ^~~
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:17: error: 'uint32_t' was not declared in this scope
[INFO] [stderr] warning: risc0-core@0.6.0:    53 | std::string hex(uint32_t value);
[INFO] [stderr] warning: risc0-core@0.6.0:       |                 ^~~~~~~~
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:17: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: risc0-core@0.6.0: log.cpp:54:43: error: 'std::string risc0::hex(uint32_t, int)' redeclared as different kind of entity
[INFO] [stderr] warning: risc0-core@0.6.0:    54 | std::string hex(uint32_t value, int digits) {
[INFO] [stderr] warning: risc0-core@0.6.0:       |                                           ^
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: previous declaration 'std::string risc0::hex'
[INFO] [stderr] warning: risc0-core@0.6.0:    52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr] warning: risc0-core@0.6.0:       |             ^~~
[INFO] [stderr] warning: risc0-core@0.6.0: log.cpp:60:31: error: 'std::string risc0::hex(uint32_t)' redeclared as different kind of entity
[INFO] [stderr] warning: risc0-core@0.6.0:    60 | std::string hex(uint32_t value) {
[INFO] [stderr] warning: risc0-core@0.6.0:       |                               ^
[INFO] [stderr] warning: risc0-core@0.6.0: /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: previous declaration 'std::string risc0::hex'
[INFO] [stderr] warning: risc0-core@0.6.0:    52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr] warning: risc0-core@0.6.0:       |             ^~~
[INFO] [stderr] warning: risc0-core@0.6.0: log.cpp: In function 'std::string risc0::hex(uint32_t)':
[INFO] [stderr] warning: risc0-core@0.6.0: log.cpp:61:13: error: no match for call to '(std::string {aka std::__cxx11::basic_string<char>}) (uint32_t&, int)'
[INFO] [stderr] warning: risc0-core@0.6.0:    61 |   return hex(value, 8);
[INFO] [stderr] warning: risc0-core@0.6.0:       |          ~~~^~~~~~~~~~
[INFO] [stderr] error: failed to run custom build command for `risc0-core v0.6.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/risc0-core-f74da60542dd59bd/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:CXXBRIDGE_PREFIX=risc0/core
[INFO] [stderr]   cargo:CXXBRIDGE_LINKS=risc0-core
[INFO] [stderr]   cargo:CXXBRIDGE_DIR0=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include
[INFO] [stderr]   cargo:CXXBRIDGE_DIR1=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/sources/risc0/core/src/lib.rs.o" "-c" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/sources/risc0/core/src/lib.rs.cc"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/elf.o" "-c" "elf.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/log.o" "-c" "log.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/rng.o" "-c" "rng.cpp"
[INFO] [stderr]   cargo:warning=In file included from log.cpp:15:
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:17: error: 'uint32_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=   52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr]   cargo:warning=      |                 ^~~~~~~~
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:31:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=   30 | #include <iostream>
[INFO] [stderr]   cargo:warning=  +++ |+#include <cstdint>
[INFO] [stderr]   cargo:warning=   31 | 
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:33: error: expected primary-expression before 'int'
[INFO] [stderr]   cargo:warning=   52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr]   cargo:warning=      |                                 ^~~
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:13: error: redefinition of 'std::string risc0::hex'
[INFO] [stderr]   cargo:warning=   53 | std::string hex(uint32_t value);
[INFO] [stderr]   cargo:warning=      |             ^~~
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: 'std::string risc0::hex' previously declared here
[INFO] [stderr]   cargo:warning=   52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr]   cargo:warning=      |             ^~~
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:17: error: 'uint32_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=   53 | std::string hex(uint32_t value);
[INFO] [stderr]   cargo:warning=      |                 ^~~~~~~~
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:53:17: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/rng_linux.o" "-c" "rng_linux.cpp"
[INFO] [stderr]   cargo:warning=log.cpp:54:43: error: 'std::string risc0::hex(uint32_t, int)' redeclared as different kind of entity
[INFO] [stderr]   cargo:warning=   54 | std::string hex(uint32_t value, int digits) {
[INFO] [stderr]   cargo:warning=      |                                           ^
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: previous declaration 'std::string risc0::hex'
[INFO] [stderr]   cargo:warning=   52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr]   cargo:warning=      |             ^~~
[INFO] [stderr]   cargo:warning=log.cpp:60:31: error: 'std::string risc0::hex(uint32_t)' redeclared as different kind of entity
[INFO] [stderr]   cargo:warning=   60 | std::string hex(uint32_t value) {
[INFO] [stderr]   cargo:warning=      |                               ^
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate/risc0/core/log.h:52:13: note: previous declaration 'std::string risc0::hex'
[INFO] [stderr]   cargo:warning=   52 | std::string hex(uint32_t value, int digits);
[INFO] [stderr]   cargo:warning=      |             ^~~
[INFO] [stderr]   cargo:warning=log.cpp: In function 'std::string risc0::hex(uint32_t)':
[INFO] [stderr]   cargo:warning=log.cpp:61:13: error: no match for call to '(std::string {aka std::__cxx11::basic_string<char>}) (uint32_t&, int)'
[INFO] [stderr]   cargo:warning=   61 |   return hex(value, 8);
[INFO] [stderr]   cargo:warning=      |          ~~~^~~~~~~~~~
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   CXX include path:
[INFO] [stderr]     /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include
[INFO] [stderr]     /opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/cxxbridge/crate" "-std=c++17" "-o" "/opt/rustwide/target/debug/build/risc0-core-2b365690a3f2bc66/out/log.o" "-c" "log.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6d8d0be8c663ab5ee34a5c083bd7b4613146c8efd79f9fc6673a563cd7d389a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d8d0be8c663ab5ee34a5c083bd7b4613146c8efd79f9fc6673a563cd7d389a8", kill_on_drop: false }`
[INFO] [stdout] 6d8d0be8c663ab5ee34a5c083bd7b4613146c8efd79f9fc6673a563cd7d389a8
