[INFO] fetching crate lut 0.1.1-unstable... [INFO] checking lut-0.1.1-unstable against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate lut 0.1.1-unstable into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate lut 0.1.1-unstable on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acc865a04a66f42e99efcf95777797489c00b251fa1ed31dedc23c531e8606cc [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" "acc865a04a66f42e99efcf95777797489c00b251fa1ed31dedc23c531e8606cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acc865a04a66f42e99efcf95777797489c00b251fa1ed31dedc23c531e8606cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acc865a04a66f42e99efcf95777797489c00b251fa1ed31dedc23c531e8606cc", kill_on_drop: false }` [INFO] [stdout] acc865a04a66f42e99efcf95777797489c00b251fa1ed31dedc23c531e8606cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8dd8146c3e54d72a7a5332994dbed4105c58821fbc5e4409c26e7ff2bf613668 [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" "8dd8146c3e54d72a7a5332994dbed4105c58821fbc5e4409c26e7ff2bf613668", 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.50s [INFO] running `Command { std: "docker" "inspect" "8dd8146c3e54d72a7a5332994dbed4105c58821fbc5e4409c26e7ff2bf613668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dd8146c3e54d72a7a5332994dbed4105c58821fbc5e4409c26e7ff2bf613668", kill_on_drop: false }` [INFO] [stdout] 8dd8146c3e54d72a7a5332994dbed4105c58821fbc5e4409c26e7ff2bf613668