[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 1da7593c476b0058898b6a8421667b2297becce5e4f5c1793f755b0a1d61fc32 [INFO] running `"docker" "start" "-a" "1da7593c476b0058898b6a8421667b2297becce5e4f5c1793f755b0a1d61fc32"` [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.65s [INFO] running `"docker" "inspect" "1da7593c476b0058898b6a8421667b2297becce5e4f5c1793f755b0a1d61fc32"` [INFO] running `"docker" "rm" "-f" "1da7593c476b0058898b6a8421667b2297becce5e4f5c1793f755b0a1d61fc32"` [INFO] [stdout] 1da7593c476b0058898b6a8421667b2297becce5e4f5c1793f755b0a1d61fc32 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 69c3b06be175360d5d821019b670843b0794434b562c56045490c6387ec386b2 [INFO] running `"docker" "start" "-a" "69c3b06be175360d5d821019b670843b0794434b562c56045490c6387ec386b2"` [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.83s [INFO] running `"docker" "inspect" "69c3b06be175360d5d821019b670843b0794434b562c56045490c6387ec386b2"` [INFO] running `"docker" "rm" "-f" "69c3b06be175360d5d821019b670843b0794434b562c56045490c6387ec386b2"` [INFO] [stdout] 69c3b06be175360d5d821019b670843b0794434b562c56045490c6387ec386b2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 581ad7ad01709c85c6575ee6b3a37968aa8dcf345c3bb633366380e1d8f3af0b [INFO] running `"docker" "start" "-a" "581ad7ad01709c85c6575ee6b3a37968aa8dcf345c3bb633366380e1d8f3af0b"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustc_46239_repro-182751831aaf1833 [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" "581ad7ad01709c85c6575ee6b3a37968aa8dcf345c3bb633366380e1d8f3af0b"` [INFO] running `"docker" "rm" "-f" "581ad7ad01709c85c6575ee6b3a37968aa8dcf345c3bb633366380e1d8f3af0b"` [INFO] [stdout] 581ad7ad01709c85c6575ee6b3a37968aa8dcf345c3bb633366380e1d8f3af0b