[INFO] crate migrations_internals 1.3.0 is already in cache [INFO] extracting crate migrations_internals 1.3.0 into work/ex/pr-57609/sources/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a/reg/migrations_internals/1.3.0 [INFO] extracting crate migrations_internals 1.3.0 into work/ex/pr-57609/sources/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315/reg/migrations_internals/1.3.0 [INFO] validating manifest of migrations_internals-1.3.0 on toolchain master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of migrations_internals-1.3.0 on toolchain try#26f8d250bb3c8a85e812cf663c730ef9e0df9315 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing migrations_internals-1.3.0 [INFO] finished frobbing migrations_internals-1.3.0 [INFO] frobbed toml for migrations_internals-1.3.0 written to work/ex/pr-57609/sources/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a/reg/migrations_internals/1.3.0/Cargo.toml [INFO] started frobbing migrations_internals-1.3.0 [INFO] finished frobbing migrations_internals-1.3.0 [INFO] frobbed toml for migrations_internals-1.3.0 written to work/ex/pr-57609/sources/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315/reg/migrations_internals/1.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking migrations_internals-1.3.0 against try#26f8d250bb3c8a85e812cf663c730ef9e0df9315 for pr-57609 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57609/worker-0/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57609/sources/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315/reg/migrations_internals/1.3.0:/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" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d474ee7e9030f072aaa51568f5e98fb1bb065547a560d997107365ce9a7f8c4e [INFO] running `"docker" "start" "-a" "d474ee7e9030f072aaa51568f5e98fb1bb065547a560d997107365ce9a7f8c4e"` [INFO] [stderr] Checking diesel v1.3.3 [INFO] [stderr] Checking migrations_internals v1.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `run_on` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `version` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `run_on` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.81s [INFO] running `"docker" "inspect" "d474ee7e9030f072aaa51568f5e98fb1bb065547a560d997107365ce9a7f8c4e"` [INFO] running `"docker" "rm" "-f" "d474ee7e9030f072aaa51568f5e98fb1bb065547a560d997107365ce9a7f8c4e"` [INFO] [stdout] d474ee7e9030f072aaa51568f5e98fb1bb065547a560d997107365ce9a7f8c4e