[INFO] cloning repository https://github.com/HectorMRC/cxx-bridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HectorMRC/cxx-bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHectorMRC%2Fcxx-bridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHectorMRC%2Fcxx-bridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8abacab52241c93d31a655b5b02c716c77c6dc2b
[INFO] building HectorMRC/cxx-bridge against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHectorMRC%2Fcxx-bridge" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/HectorMRC/cxx-bridge on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/HectorMRC/cxx-bridge
[INFO] finished tweaking git repo https://github.com/HectorMRC/cxx-bridge
[INFO] tweaked toml for git repo https://github.com/HectorMRC/cxx-bridge written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/HectorMRC/cxx-bridge 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 147732a02ddbdbc5a02ebf8a072847002dd503b54ca9c933b545b6f92538bf8b
[INFO] running `Command { std: "docker" "start" "-a" "147732a02ddbdbc5a02ebf8a072847002dd503b54ca9c933b545b6f92538bf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "147732a02ddbdbc5a02ebf8a072847002dd503b54ca9c933b545b6f92538bf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "147732a02ddbdbc5a02ebf8a072847002dd503b54ca9c933b545b6f92538bf8b", kill_on_drop: false }`
[INFO] [stdout] 147732a02ddbdbc5a02ebf8a072847002dd503b54ca9c933b545b6f92538bf8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26412df0c217e624fba00d98f01defe6b759ae2dc1c9713ed478d3716f2b26ca
[INFO] running `Command { std: "docker" "start" "-a" "26412df0c217e624fba00d98f01defe6b759ae2dc1c9713ed478d3716f2b26ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling scratch v1.0.7
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.12
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.122
[INFO] [stderr]    Compiling other v0.1.0 (/opt/rustwide/workdir/other)
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.63
[INFO] [stderr]    Compiling link-cplusplus v1.0.9
[INFO] [stderr]    Compiling cxx v1.0.122
[INFO] [stderr]    Compiling cxx-build v1.0.122
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.122
[INFO] [stderr]    Compiling core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling consumer v0.1.0 (/opt/rustwide/workdir/consumer)
[INFO] [stderr] error: failed to run custom build command for `core v0.1.0 (/opt/rustwide/workdir/core)`
[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/core-73b5d7bb9273c057/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   cxxbridge: no #[cxx::bridge] module found in src/lib.rs
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: consumer@0.1.0: /opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/sources/consumer/src/lib.rs.cc:1:10: fatal error: core/src/lib.rs.h: No such file or directory
[INFO] [stderr] warning: consumer@0.1.0:     1 | #include "core/src/lib.rs.h"
[INFO] [stderr] warning: consumer@0.1.0:       |          ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: consumer@0.1.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `consumer v0.1.0 (/opt/rustwide/workdir/consumer)`
[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/consumer-261a1d113badb44b/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:CXXBRIDGE_PREFIX=consumer
[INFO] [stderr]   cargo:CXXBRIDGE_DIR0=/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/include
[INFO] [stderr]   cargo:CXXBRIDGE_DIR1=/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/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]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:warning=/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/sources/consumer/src/lib.rs.cc:1:10: fatal error: core/src/lib.rs.h: No such file or directory
[INFO] [stderr]   cargo:warning=    1 | #include "core/src/lib.rs.h"
[INFO] [stderr]   cargo:warning=      |          ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   CXX include path:
[INFO] [stderr]     /opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/include
[INFO] [stderr]     /opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/crate
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++11" "-I" "/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/crate" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/c9a557853fd7d35f-lib.rs.o" "-c" "/opt/rustwide/target/debug/build/consumer-d9cd0c7b8aced42b/out/cxxbridge/sources/consumer/src/lib.rs.cc" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "26412df0c217e624fba00d98f01defe6b759ae2dc1c9713ed478d3716f2b26ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26412df0c217e624fba00d98f01defe6b759ae2dc1c9713ed478d3716f2b26ca", kill_on_drop: false }`
[INFO] [stdout] 26412df0c217e624fba00d98f01defe6b759ae2dc1c9713ed478d3716f2b26ca
