[INFO] fetching crate pylon-cxx 0.3.2... [INFO] testing pylon-cxx-0.3.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate pylon-cxx 0.3.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pylon-cxx 0.3.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-10/source/.cargo/config [INFO] started tweaking crates.io crate pylon-cxx 0.3.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate pylon-cxx 0.3.2 [INFO] tweaked toml for crates.io crate pylon-cxx 0.3.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate pylon-cxx 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 194a8047c68b514eb8f515174dabf0b996ed8d7869c13429e66fd745f3053afb [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" "194a8047c68b514eb8f515174dabf0b996ed8d7869c13429e66fd745f3053afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "194a8047c68b514eb8f515174dabf0b996ed8d7869c13429e66fd745f3053afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "194a8047c68b514eb8f515174dabf0b996ed8d7869c13429e66fd745f3053afb", kill_on_drop: false }` [INFO] [stdout] 194a8047c68b514eb8f515174dabf0b996ed8d7869c13429e66fd745f3053afb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a9776946a0af3016dac760ced2242c33e3cddae099a8d690ae4887a09939f2ad [INFO] running `Command { std: "docker" "start" "-a" "a9776946a0af3016dac760ced2242c33e3cddae099a8d690ae4887a09939f2ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling cxxbridge-flags v1.0.65 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling cxx v1.0.65 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling cxx-build v1.0.65 [INFO] [stderr] Compiling cxxbridge-macro v1.0.65 [INFO] [stderr] Compiling pylon-cxx v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: /opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.cc:1:10: fatal error: pylon/PylonIncludes.h: No such file or directory [INFO] [stderr] warning: 1 | #include "pylon/PylonIncludes.h" [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: compilation terminated. [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `pylon-cxx v0.3.2 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/pylon-cxx-353b769f4674e895/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=PYLON_VERSION [INFO] [stderr] cargo:rerun-if-env-changed=PYLON_ROOT [INFO] [stderr] cargo:rerun-if-env-changed=PYLON_DEV_DIR [INFO] [stderr] cargo:rerun-if-changed=src/lib.rs [INFO] [stderr] cargo:rerun-if-changed=include/catcher.h [INFO] [stderr] cargo:rerun-if-changed=include/pylon-cxx-rs.h [INFO] [stderr] cargo:rerun-if-changed=src/pylon-cxx-rs.cc [INFO] [stderr] cargo:CXXBRIDGE_PREFIX=pylon-cxx [INFO] [stderr] cargo:CXXBRIDGE_DIR0=/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/include [INFO] [stderr] cargo:CXXBRIDGE_DIR1=/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/crate [INFO] [stderr] cargo:rustc-link-search=native=/opt/pylon/lib [INFO] [stderr] cargo:rustc-link-lib=pylonc [INFO] [stderr] cargo:rustc-link-lib=pylonbase [INFO] [stderr] cargo:rustc-link-lib=pylonutility [INFO] [stderr] cargo:rustc-link-lib=gxapi [INFO] [stderr] cargo:rustc-link-lib=GenApi_gcc_v3_1_Basler_pylon [INFO] [stderr] cargo:rustc-link-lib=GCBase_gcc_v3_1_Basler_pylon [INFO] [stderr] cargo:rustc-link-lib=Log_gcc_v3_1_Basler_pylon [INFO] [stderr] cargo:rustc-link-lib=MathParser_gcc_v3_1_Basler_pylon [INFO] [stderr] cargo:rustc-link-lib=XmlParser_gcc_v3_1_Basler_pylon [INFO] [stderr] cargo:rustc-link-lib=NodeMapData_gcc_v3_1_Basler_pylon [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] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/crate" "-I" "include" "-I" "/opt/pylon/include" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.o" "-c" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.cc" [INFO] [stderr] cargo:warning=/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.cc:1:10: fatal error: pylon/PylonIncludes.h: No such file or directory [INFO] [stderr] cargo:warning= 1 | #include "pylon/PylonIncludes.h" [INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] CXX include path: [INFO] [stderr] /opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/include [INFO] [stderr] /opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/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/pylon-cxx-e21bfd826a539149/out/cxxbridge/include" "-I" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/crate" "-I" "include" "-I" "/opt/pylon/include" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.o" "-c" "/opt/rustwide/target/debug/build/pylon-cxx-e21bfd826a539149/out/cxxbridge/sources/pylon-cxx/src/lib.rs.cc" 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" "a9776946a0af3016dac760ced2242c33e3cddae099a8d690ae4887a09939f2ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9776946a0af3016dac760ced2242c33e3cddae099a8d690ae4887a09939f2ad", kill_on_drop: false }` [INFO] [stdout] a9776946a0af3016dac760ced2242c33e3cddae099a8d690ae4887a09939f2ad