[INFO] fetching crate bindgen_cuda 0.1.5...
[INFO] testing bindgen_cuda-0.1.5 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bindgen_cuda 0.1.5 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate bindgen_cuda 0.1.5 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bindgen_cuda 0.1.5
[INFO] finished tweaking crates.io crate bindgen_cuda 0.1.5
[INFO] tweaked toml for crates.io crate bindgen_cuda 0.1.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6ea030ada63ceeae552ac08556fadf764c387b15eccb3762b66893f08fc0be83
[INFO] running `Command { std: "docker" "start" "-a" "6ea030ada63ceeae552ac08556fadf764c387b15eccb3762b66893f08fc0be83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ea030ada63ceeae552ac08556fadf764c387b15eccb3762b66893f08fc0be83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ea030ada63ceeae552ac08556fadf764c387b15eccb3762b66893f08fc0be83", kill_on_drop: false }`
[INFO] [stdout] 6ea030ada63ceeae552ac08556fadf764c387b15eccb3762b66893f08fc0be83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 583dd7c91ffa2c78b6036a97980c6cd4add0ee0faaa6d43d167948a09da81af1
[INFO] running `Command { std: "docker" "start" "-a" "583dd7c91ffa2c78b6036a97980c6cd4add0ee0faaa6d43d167948a09da81af1", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling bindgen_cuda v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:465:11
[INFO] [stdout]     |
[INFO] [stdout] 465 |     #[cfg(feature = "ci-check")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:468:15
[INFO] [stdout]     |
[INFO] [stdout] 468 |     #[cfg(not(feature = "ci-check"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
[INFO] running `Command { std: "docker" "inspect" "583dd7c91ffa2c78b6036a97980c6cd4add0ee0faaa6d43d167948a09da81af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "583dd7c91ffa2c78b6036a97980c6cd4add0ee0faaa6d43d167948a09da81af1", kill_on_drop: false }`
[INFO] [stdout] 583dd7c91ffa2c78b6036a97980c6cd4add0ee0faaa6d43d167948a09da81af1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb9891bae249d78243a14cdb7b26a5a7d473c2fc8153c09c5f6af05eece5f15b
[INFO] running `Command { std: "docker" "start" "-a" "bb9891bae249d78243a14cdb7b26a5a7d473c2fc8153c09c5f6af05eece5f15b", kill_on_drop: false }`
[INFO] [stderr]    Compiling bindgen_cuda v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:465:11
[INFO] [stdout]     |
[INFO] [stdout] 465 |     #[cfg(feature = "ci-check")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:468:15
[INFO] [stdout]     |
[INFO] [stdout] 468 |     #[cfg(not(feature = "ci-check"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:465:11
[INFO] [stdout]     |
[INFO] [stdout] 465 |     #[cfg(feature = "ci-check")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stdout]    --> src/lib.rs:468:15
[INFO] [stdout]     |
[INFO] [stdout] 468 |     #[cfg(not(feature = "ci-check"))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "bb9891bae249d78243a14cdb7b26a5a7d473c2fc8153c09c5f6af05eece5f15b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb9891bae249d78243a14cdb7b26a5a7d473c2fc8153c09c5f6af05eece5f15b", kill_on_drop: false }`
[INFO] [stdout] bb9891bae249d78243a14cdb7b26a5a7d473c2fc8153c09c5f6af05eece5f15b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1d71a3fe8ecd7bbf52eb0a9ad9623f14c450b96ea8f98a0c4fb4fe48b37abe2e
[INFO] running `Command { std: "docker" "start" "-a" "1d71a3fe8ecd7bbf52eb0a9ad9623f14c450b96ea8f98a0c4fb4fe48b37abe2e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stderr]    --> src/lib.rs:465:11
[INFO] [stderr]     |
[INFO] [stderr] 465 |     #[cfg(feature = "ci-check")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `ci-check`
[INFO] [stderr]    --> src/lib.rs:468:15
[INFO] [stderr]     |
[INFO] [stderr] 468 |     #[cfg(not(feature = "ci-check"))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `ci-check` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `bindgen_cuda` (lib) generated 2 warnings
[INFO] [stderr] warning: `bindgen_cuda` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bindgen_cuda-05cad865ceb0a2ef)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bindgen_cuda
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - (line 41) ... ignored
[INFO] [stdout] test src/lib.rs - (line 77) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::cuda_root (line 173) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::build_ptx (line 301) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::arg (line 163) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::include_paths (line 119) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 66) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::build_lib (line 185) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 31) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::include_paths_glob (line 140) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::out_dir (line 154) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::watch (line 100) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::kernel_paths (line 86) - compile ... ok
[INFO] [stdout] test src/lib.rs - Builder::kernel_paths_glob (line 128) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1d71a3fe8ecd7bbf52eb0a9ad9623f14c450b96ea8f98a0c4fb4fe48b37abe2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d71a3fe8ecd7bbf52eb0a9ad9623f14c450b96ea8f98a0c4fb4fe48b37abe2e", kill_on_drop: false }`
[INFO] [stdout] 1d71a3fe8ecd7bbf52eb0a9ad9623f14c450b96ea8f98a0c4fb4fe48b37abe2e
