[INFO] cloning repository emilio/rustc-46239-repro [INFO] running `"git" "clone" "--bare" "git://github.com/emilio/rustc-46239-repro.git" "work/cache/sources/gh/emilio/rustc-46239-repro"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/emilio/rustc-46239-repro'... [INFO] running `"git" "clone" "work/cache/sources/gh/emilio/rustc-46239-repro" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/emilio/rustc-46239-repro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/emilio/rustc-46239-repro'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/emilio/rustc-46239-repro" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3a8a9a59d64f1206c4e1354749f51c6725f975f2 [INFO] sha for GitHub repo emilio/rustc-46239-repro: 3a8a9a59d64f1206c4e1354749f51c6725f975f2 [INFO] validating manifest of emilio/rustc-46239-repro on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of emilio/rustc-46239-repro on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing emilio/rustc-46239-repro [INFO] finished frobbing emilio/rustc-46239-repro [INFO] frobbed toml for emilio/rustc-46239-repro written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/emilio/rustc-46239-repro/Cargo.toml [INFO] started frobbing emilio/rustc-46239-repro [INFO] finished frobbing emilio/rustc-46239-repro [INFO] frobbed toml for emilio/rustc-46239-repro written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro/Cargo.toml [INFO] crate emilio/rustc-46239-repro already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing emilio/rustc-46239-repro against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 77e0507397ae4946e59f5718e9b9ade244586886c40c85e982b62527e536c35c [INFO] running `"docker" "start" "-a" "77e0507397ae4946e59f5718e9b9ade244586886c40c85e982b62527e536c35c"` [INFO] [stderr] Compiling rustc-46239-repro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function `local_clang_createIndex` should have a snake case name [INFO] [stderr] --> src/main.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | extern fn local_clang_createIndex(_: raw::c_int, _: raw::c_int) -> *mut raw::c_void { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_clang_create_index` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `clang_createIndex` should have a snake case name [INFO] [stderr] --> src/main.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub clang_createIndex: Option CXIndex>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `clang_create_index` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "77e0507397ae4946e59f5718e9b9ade244586886c40c85e982b62527e536c35c"` [INFO] running `"docker" "rm" "-f" "77e0507397ae4946e59f5718e9b9ade244586886c40c85e982b62527e536c35c"` [INFO] [stdout] 77e0507397ae4946e59f5718e9b9ade244586886c40c85e982b62527e536c35c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 437c29aed37dc53dd1f096b483e02741a644bca7ca96ac50d2122a744c5d5d13 [INFO] running `"docker" "start" "-a" "437c29aed37dc53dd1f096b483e02741a644bca7ca96ac50d2122a744c5d5d13"` [INFO] [stderr] Compiling rustc-46239-repro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function `local_clang_createIndex` should have a snake case name [INFO] [stderr] --> src/main.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | extern fn local_clang_createIndex(_: raw::c_int, _: raw::c_int) -> *mut raw::c_void { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `local_clang_create_index` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `clang_createIndex` should have a snake case name [INFO] [stderr] --> src/main.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub clang_createIndex: Option CXIndex>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `clang_create_index` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `"docker" "inspect" "437c29aed37dc53dd1f096b483e02741a644bca7ca96ac50d2122a744c5d5d13"` [INFO] running `"docker" "rm" "-f" "437c29aed37dc53dd1f096b483e02741a644bca7ca96ac50d2122a744c5d5d13"` [INFO] [stdout] 437c29aed37dc53dd1f096b483e02741a644bca7ca96ac50d2122a744c5d5d13 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/emilio/rustc-46239-repro:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] b13e499e8239273ec318fe563abcf04b7bba2fb9b16fdc03654234116ea9092b [INFO] running `"docker" "start" "-a" "b13e499e8239273ec318fe563abcf04b7bba2fb9b16fdc03654234116ea9092b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustc_46239_repro-457eb318c1d0e058 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b13e499e8239273ec318fe563abcf04b7bba2fb9b16fdc03654234116ea9092b"` [INFO] running `"docker" "rm" "-f" "b13e499e8239273ec318fe563abcf04b7bba2fb9b16fdc03654234116ea9092b"` [INFO] [stdout] b13e499e8239273ec318fe563abcf04b7bba2fb9b16fdc03654234116ea9092b