[INFO] crate rust-mdbm 0.0.1 is already in cache [INFO] extracting crate rust-mdbm 0.0.1 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/rust-mdbm/0.0.1 [INFO] extracting crate rust-mdbm 0.0.1 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/rust-mdbm/0.0.1 [INFO] validating manifest of rust-mdbm-0.0.1 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rust-mdbm-0.0.1 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rust-mdbm-0.0.1 [INFO] finished frobbing rust-mdbm-0.0.1 [INFO] frobbed toml for rust-mdbm-0.0.1 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/rust-mdbm/0.0.1/Cargo.toml [INFO] started frobbing rust-mdbm-0.0.1 [INFO] finished frobbing rust-mdbm-0.0.1 [INFO] frobbed toml for rust-mdbm-0.0.1 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/rust-mdbm/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rust-mdbm-0.0.1 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-4/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/rust-mdbm/0.0.1:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d7b4aa0ac89d1edc13009820c239b461a6edcbd447e1b75c3abec73739c2edcd [INFO] running `"docker" "start" "-a" "d7b4aa0ac89d1edc13009820c239b461a6edcbd447e1b75c3abec73739c2edcd"` [INFO] [stderr] Checking mdbm-sys v0.0.1 [INFO] [stderr] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | include!("ffi.rs") [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] help: change the delimiters to curly braces [INFO] [stderr] | [INFO] [stderr] 8 | include! {"ffi.rs"} [INFO] [stderr] | ^ ^ [INFO] [stderr] help: add a semicolon [INFO] [stderr] | [INFO] [stderr] 8 | include!("ffi.rs"); [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/ffi.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | pub data: [u64, ..16u], [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/ffi.rs:19:57 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn __mbstate8(&mut self) -> *mut [::libc::c_char, ..128u] { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mdbm-sys-0.0.1/src/ffi.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | pub type __darwin_uuid_t = [::libc::c_uchar, ..16u]; [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `mdbm-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d7b4aa0ac89d1edc13009820c239b461a6edcbd447e1b75c3abec73739c2edcd"` [INFO] running `"docker" "rm" "-f" "d7b4aa0ac89d1edc13009820c239b461a6edcbd447e1b75c3abec73739c2edcd"` [INFO] [stdout] d7b4aa0ac89d1edc13009820c239b461a6edcbd447e1b75c3abec73739c2edcd