[INFO] fetching crate lut 0.1.1-unstable... [INFO] checking lut-0.1.1-unstable against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate lut 0.1.1-unstable into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate lut 0.1.1-unstable on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lut 0.1.1-unstable [INFO] finished tweaking crates.io crate lut 0.1.1-unstable [INFO] tweaked toml for crates.io crate lut 0.1.1-unstable written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ed68baea04a2ce0b8241d2771b9dd1f778d6faf574c84b7397d90c203d2fca2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ed68baea04a2ce0b8241d2771b9dd1f778d6faf574c84b7397d90c203d2fca2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ed68baea04a2ce0b8241d2771b9dd1f778d6faf574c84b7397d90c203d2fca2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ed68baea04a2ce0b8241d2771b9dd1f778d6faf574c84b7397d90c203d2fca2", kill_on_drop: false }` [INFO] [stdout] 4ed68baea04a2ce0b8241d2771b9dd1f778d6faf574c84b7397d90c203d2fca2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a528dffe80505c2243c0b2ad88c5c8177b2ae8fcd470e770a28cba095b2321b9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a528dffe80505c2243c0b2ad88c5c8177b2ae8fcd470e770a28cba095b2321b9", kill_on_drop: false }` [INFO] [stderr] Checking lut v0.1.1-unstable (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/_impl.rs:772:5 [INFO] [stdout] | [INFO] [stdout] 772 | / merge_tables! { [INFO] [stdout] 773 | | struct Tab12 { [INFO] [stdout] 774 | | static data: [u8; 4] [INFO] [stdout] 775 | | = Tab1 { A11, A12 } [INFO] [stdout] 776 | | + Tab2 { A21 }; [INFO] [stdout] 777 | | } [INFO] [stdout] 778 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/_impl.rs:780:5 [INFO] [stdout] | [INFO] [stdout] 780 | / merge_tables! { [INFO] [stdout] 781 | | struct Tab123 { [INFO] [stdout] 782 | | static data: [u8; 4] [INFO] [stdout] 783 | | = Tab1 { A11, A12 } [INFO] [stdout] ... | [INFO] [stdout] 786 | | } [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/_impl.rs:909:9 [INFO] [stdout] | [INFO] [stdout] 909 | / merge_tables! { [INFO] [stdout] 910 | | struct Table3 { [INFO] [stdout] 911 | | static data: [u16; 3] [INFO] [stdout] 912 | | = Table1 { F1, F2, F3, F4, F5 } [INFO] [stdout] 913 | | + Table2 { E1, E2, E3, E4, E5 }; [INFO] [stdout] 914 | | } [INFO] [stdout] 915 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/_impl.rs:947:9 [INFO] [stdout] | [INFO] [stdout] 947 | / merge_tables! { [INFO] [stdout] 948 | | struct Table2v2 { [INFO] [stdout] 949 | | static data: [u8; 3] = Table2 { E1, E2, E3, E4, E5, E6, E7, E8, E9 }; [INFO] [stdout] 950 | | } [INFO] [stdout] 951 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/_impl.rs:953:9 [INFO] [stdout] | [INFO] [stdout] 953 | / merge_tables! { [INFO] [stdout] 954 | | struct Table2v3 { [INFO] [stdout] 955 | | static data: [u8; 3] = Table2 { E1, E2 }; [INFO] [stdout] 956 | | } [INFO] [stdout] 957 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/compile.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | / merge_tables! { [INFO] [stdout] 41 | | struct Tab12 { [INFO] [stdout] 42 | | static data: [u8;4] [INFO] [stdout] 43 | | = Tab1 { A11, A12 } [INFO] [stdout] 44 | | + Tab2 { A21 }; [INFO] [stdout] 45 | | } [INFO] [stdout] 46 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/compile.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / merge_tables! { [INFO] [stdout] 90 | | struct Table { [INFO] [stdout] 91 | | static data: [u8; 4] [INFO] [stdout] 92 | | = super::Tab1 { A11, A12 } [INFO] [stdout] 93 | | + super::compile_pubcrate_both::Table { F1, F2 }; [INFO] [stdout] 94 | | } [INFO] [stdout] 95 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/compile.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | / merge_tables! { [INFO] [stdout] 98 | | pub struct TableX { [INFO] [stdout] 99 | | static data: [u8; 4] [INFO] [stdout] 100 | | = super::Tab1 { A11, A12 }; [INFO] [stdout] 101 | | [INFO] [stdout] 102 | | } [INFO] [stdout] 103 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/compile.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 105 | / merge_tables! { [INFO] [stdout] 106 | | pub(crate) struct TableQ { [INFO] [stdout] 107 | | static data: [u8; 4] [INFO] [stdout] 108 | | = super::Tab1 { A11, A12 }; [INFO] [stdout] 109 | | } [INFO] [stdout] 110 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/compile.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | / merge_tables! { [INFO] [stdout] 131 | | /// da new table [INFO] [stdout] 132 | | struct Table2 { [INFO] [stdout] 133 | | static data: [u8; 2] = Table { Index0 }; [INFO] [stdout] 134 | | } [INFO] [stdout] 135 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `Command { std: "docker" "inspect" "a528dffe80505c2243c0b2ad88c5c8177b2ae8fcd470e770a28cba095b2321b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a528dffe80505c2243c0b2ad88c5c8177b2ae8fcd470e770a28cba095b2321b9", kill_on_drop: false }` [INFO] [stdout] a528dffe80505c2243c0b2ad88c5c8177b2ae8fcd470e770a28cba095b2321b9