[INFO] fetching crate syntex_bitflags 0.1.0... [INFO] checking syntex_bitflags-0.1.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate syntex_bitflags 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate syntex_bitflags 0.1.0 [INFO] finished tweaking crates.io crate syntex_bitflags 0.1.0 [INFO] tweaked toml for crates.io crate syntex_bitflags 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate syntex_bitflags 0.1.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2211ff95e1dafe630bebedebd19a0da4286b87ba5defe73351457caa73cb60c2 [INFO] running `Command { std: "docker" "start" "-a" "2211ff95e1dafe630bebedebd19a0da4286b87ba5defe73351457caa73cb60c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2211ff95e1dafe630bebedebd19a0da4286b87ba5defe73351457caa73cb60c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2211ff95e1dafe630bebedebd19a0da4286b87ba5defe73351457caa73cb60c2", kill_on_drop: false }` [INFO] [stdout] 2211ff95e1dafe630bebedebd19a0da4286b87ba5defe73351457caa73cb60c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 317bacb7d9d25ffeac27bd5da5ef74968e4c3da977700f9ed331b248efb4f128 [INFO] running `Command { std: "docker" "start" "-a" "317bacb7d9d25ffeac27bd5da5ef74968e4c3da977700f9ed331b248efb4f128", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking syntex_bitflags v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: `panic` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `cfg_select` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `concat_bytes` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `matches` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `todo` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `assert` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `cfg` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `column` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `compile_error` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `concat` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `const_format_args` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `env` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `file` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `format_args` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `format_args_nl` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `include` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `include_bytes` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `include_str` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `line` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `log_syntax` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `module_path` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `option_env` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `stringify` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `trace_macros` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `assert_eq` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `assert_ne` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `debug_assert` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `debug_assert_eq` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `debug_assert_ne` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `try` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `unimplemented` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `unreachable` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `write` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `writeln` is already in scope [INFO] [stdout] --> src/lib.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(test)] #[macro_use] extern crate std; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `staged_api` in this scope [INFO] [stdout] --> src/lib.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | #![staged_api] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![unstable] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0734`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syntex_bitflags` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find attribute `staged_api` in this scope [INFO] [stdout] --> src/lib.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | #![staged_api] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hash` in module `hash` [INFO] [stdout] --> src/lib.rs:479:21 [INFO] [stdout] | [INFO] [stdout] 479 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^ not found in `hash` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 285 + use std::ptr::hash; [INFO] [stdout] | [INFO] [stdout] help: if you import `hash`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 479 - assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] 479 + assert!(hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hash` in module `hash` [INFO] [stdout] --> src/lib.rs:479:59 [INFO] [stdout] | [INFO] [stdout] 479 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^ not found in `hash` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 285 + use std::ptr::hash; [INFO] [stdout] | [INFO] [stdout] help: if you import `hash`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 479 - assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] 479 + assert!(hash::hash::(&x) == hash::(&y)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hash` in module `hash` [INFO] [stdout] --> src/lib.rs:482:21 [INFO] [stdout] | [INFO] [stdout] 482 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^ not found in `hash` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 285 + use std::ptr::hash; [INFO] [stdout] | [INFO] [stdout] help: if you import `hash`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 482 - assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] 482 + assert!(hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `hash` in module `hash` [INFO] [stdout] --> src/lib.rs:482:59 [INFO] [stdout] | [INFO] [stdout] 482 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^ not found in `hash` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 285 + use std::ptr::hash; [INFO] [stdout] | [INFO] [stdout] help: if you import `hash`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 482 - assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] 482 + assert!(hash::hash::(&x) == hash::(&y)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![unstable] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:285:27 [INFO] [stdout] | [INFO] [stdout] 285 | use std::hash::{self, SipHasher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 479 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:479:73 [INFO] [stdout] | [INFO] [stdout] 479 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:482:35 [INFO] [stdout] | [INFO] [stdout] 482 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/lib.rs:482:73 [INFO] [stdout] | [INFO] [stdout] 482 | assert!(hash::hash::(&x) == hash::hash::(&y)); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syntex_bitflags` (lib test) due to 40 previous errors; 5 warnings emitted [INFO] [stdout] Some errors have detailed explanations: E0425, E0734. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "317bacb7d9d25ffeac27bd5da5ef74968e4c3da977700f9ed331b248efb4f128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "317bacb7d9d25ffeac27bd5da5ef74968e4c3da977700f9ed331b248efb4f128", kill_on_drop: false }` [INFO] [stdout] 317bacb7d9d25ffeac27bd5da5ef74968e4c3da977700f9ed331b248efb4f128