Nov 30 23:48:49.534 INFO checking diesel_geometry-1.3.0 against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 23:48:49.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 23:48:50.036 INFO [stdout] 49aa2d196d3b3601cf7bd649f9974ba7e5d3fdb127ee2aa09816d569e998ab8f Nov 30 23:48:50.038 INFO running `"docker" "start" "-a" "49aa2d196d3b3601cf7bd649f9974ba7e5d3fdb127ee2aa09816d569e998ab8f"` Nov 30 23:48:52.191 INFO [stderr] usermod: no changes Nov 30 23:48:52.464 INFO [stderr] Checking diesel_geometry v1.3.0 (/source) Nov 30 23:48:54.286 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:54.286 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 30 23:48:54.287 INFO [stderr] | Nov 30 23:48:54.287 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:54.287 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.287 INFO [stderr] | Nov 30 23:48:54.288 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 23:48:54.288 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! Nov 30 23:48:54.288 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.288 INFO [stderr] Nov 30 23:48:54.289 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:54.289 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 30 23:48:54.290 INFO [stderr] | Nov 30 23:48:54.290 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:54.290 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.291 INFO [stderr] | Nov 30 23:48:54.291 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! Nov 30 23:48:54.291 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.292 INFO [stderr] Nov 30 23:48:54.292 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:54.292 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 30 23:48:54.292 INFO [stderr] | Nov 30 23:48:54.293 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:54.293 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.293 INFO [stderr] | Nov 30 23:48:54.294 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! Nov 30 23:48:54.294 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.294 INFO [stderr] Nov 30 23:48:54.295 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 30 23:48:54.295 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 30 23:48:54.295 INFO [stderr] | Nov 30 23:48:54.296 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 30 23:48:54.296 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:54.296 INFO [stderr] | Nov 30 23:48:54.297 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 23:48:54.297 INFO [stderr] Nov 30 23:48:54.297 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 30 23:48:54.298 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 30 23:48:54.298 INFO [stderr] | Nov 30 23:48:54.298 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 30 23:48:54.299 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:54.299 INFO [stderr] Nov 30 23:48:54.299 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 30 23:48:54.299 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 30 23:48:54.300 INFO [stderr] | Nov 30 23:48:54.300 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 30 23:48:54.300 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:54.301 INFO [stderr] Nov 30 23:48:54.301 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 30 23:48:54.301 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 30 23:48:54.302 INFO [stderr] | Nov 30 23:48:54.302 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.302 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.303 INFO [stderr] | Nov 30 23:48:54.303 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! Nov 30 23:48:54.304 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.304 INFO [stderr] Nov 30 23:48:54.304 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:54.305 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 30 23:48:54.305 INFO [stderr] | Nov 30 23:48:54.305 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.306 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.306 INFO [stderr] | Nov 30 23:48:54.306 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! Nov 30 23:48:54.307 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.307 INFO [stderr] Nov 30 23:48:54.307 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 30 23:48:54.308 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 30 23:48:54.308 INFO [stderr] | Nov 30 23:48:54.308 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.309 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.309 INFO [stderr] | Nov 30 23:48:54.309 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! Nov 30 23:48:54.309 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.310 INFO [stderr] Nov 30 23:48:54.310 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 30 23:48:54.310 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 30 23:48:54.311 INFO [stderr] | Nov 30 23:48:54.311 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 30 23:48:54.311 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.311 INFO [stderr] | Nov 30 23:48:54.312 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! Nov 30 23:48:54.312 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.312 INFO [stderr] Nov 30 23:48:54.313 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 30 23:48:54.313 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 30 23:48:54.313 INFO [stderr] | Nov 30 23:48:54.313 INFO [stderr] 42 | #[derive(AsExpression)] Nov 30 23:48:54.314 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.314 INFO [stderr] | Nov 30 23:48:54.314 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! Nov 30 23:48:54.314 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.315 INFO [stderr] Nov 30 23:48:54.315 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 30 23:48:54.315 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 30 23:48:54.315 INFO [stderr] | Nov 30 23:48:54.316 INFO [stderr] 42 | #[derive(AsExpression)] Nov 30 23:48:54.316 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.316 INFO [stderr] | Nov 30 23:48:54.316 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! Nov 30 23:48:54.317 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.317 INFO [stderr] Nov 30 23:48:54.318 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 30 23:48:54.318 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 30 23:48:54.318 INFO [stderr] | Nov 30 23:48:54.318 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.318 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.319 INFO [stderr] | Nov 30 23:48:54.319 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! Nov 30 23:48:54.319 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.319 INFO [stderr] Nov 30 23:48:54.320 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:54.320 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 30 23:48:54.320 INFO [stderr] | Nov 30 23:48:54.321 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.321 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.321 INFO [stderr] | Nov 30 23:48:54.322 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! Nov 30 23:48:54.322 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.322 INFO [stderr] Nov 30 23:48:54.323 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 30 23:48:54.323 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 30 23:48:54.324 INFO [stderr] | Nov 30 23:48:54.324 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:54.324 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.325 INFO [stderr] | Nov 30 23:48:54.325 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! Nov 30 23:48:54.325 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.326 INFO [stderr] Nov 30 23:48:54.326 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:54.327 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 30 23:48:54.327 INFO [stderr] | Nov 30 23:48:54.327 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.328 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.328 INFO [stderr] | Nov 30 23:48:54.328 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! Nov 30 23:48:54.329 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.329 INFO [stderr] Nov 30 23:48:54.330 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:54.330 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 30 23:48:54.330 INFO [stderr] | Nov 30 23:48:54.330 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.331 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.331 INFO [stderr] | Nov 30 23:48:54.332 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! Nov 30 23:48:54.332 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.332 INFO [stderr] Nov 30 23:48:54.333 INFO [stderr] warning: cannot find type `Box` in this scope Nov 30 23:48:54.333 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 30 23:48:54.333 INFO [stderr] | Nov 30 23:48:54.334 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.334 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.334 INFO [stderr] | Nov 30 23:48:54.335 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! Nov 30 23:48:54.335 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.335 INFO [stderr] Nov 30 23:48:54.336 INFO [stderr] warning: cannot find type `Box` in this scope Nov 30 23:48:54.336 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 30 23:48:54.337 INFO [stderr] | Nov 30 23:48:54.337 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.337 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.337 INFO [stderr] | Nov 30 23:48:54.338 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! Nov 30 23:48:54.338 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.338 INFO [stderr] Nov 30 23:48:54.338 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:54.339 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 30 23:48:54.339 INFO [stderr] | Nov 30 23:48:54.339 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.339 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.340 INFO [stderr] | Nov 30 23:48:54.340 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! Nov 30 23:48:54.340 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.340 INFO [stderr] Nov 30 23:48:54.341 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:54.341 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 30 23:48:54.341 INFO [stderr] | Nov 30 23:48:54.341 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:54.342 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:54.342 INFO [stderr] | Nov 30 23:48:54.342 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! Nov 30 23:48:54.343 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:54.343 INFO [stderr] Nov 30 23:48:56.505 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:56.505 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 30 23:48:56.505 INFO [stderr] | Nov 30 23:48:56.505 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:56.505 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.505 INFO [stderr] | Nov 30 23:48:56.505 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 23:48:56.505 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! Nov 30 23:48:56.512 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.512 INFO [stderr] Nov 30 23:48:56.512 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:56.512 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 30 23:48:56.512 INFO [stderr] | Nov 30 23:48:56.512 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:56.512 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.512 INFO [stderr] | Nov 30 23:48:56.513 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! Nov 30 23:48:56.513 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.513 INFO [stderr] Nov 30 23:48:56.513 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 30 23:48:56.513 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 30 23:48:56.513 INFO [stderr] | Nov 30 23:48:56.513 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 30 23:48:56.513 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.513 INFO [stderr] | Nov 30 23:48:56.513 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! Nov 30 23:48:56.513 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.513 INFO [stderr] Nov 30 23:48:56.513 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 30 23:48:56.513 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 30 23:48:56.513 INFO [stderr] | Nov 30 23:48:56.513 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 30 23:48:56.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:56.513 INFO [stderr] | Nov 30 23:48:56.514 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 23:48:56.514 INFO [stderr] Nov 30 23:48:56.514 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 30 23:48:56.514 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 30 23:48:56.514 INFO [stderr] | Nov 30 23:48:56.514 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 30 23:48:56.514 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:56.514 INFO [stderr] Nov 30 23:48:56.514 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 30 23:48:56.514 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 30 23:48:56.515 INFO [stderr] | Nov 30 23:48:56.515 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 30 23:48:56.515 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 23:48:56.515 INFO [stderr] Nov 30 23:48:56.515 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 30 23:48:56.515 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 30 23:48:56.515 INFO [stderr] | Nov 30 23:48:56.515 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.515 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.515 INFO [stderr] | Nov 30 23:48:56.515 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! Nov 30 23:48:56.515 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.515 INFO [stderr] Nov 30 23:48:56.516 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:56.516 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 30 23:48:56.516 INFO [stderr] | Nov 30 23:48:56.516 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.516 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.516 INFO [stderr] | Nov 30 23:48:56.516 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! Nov 30 23:48:56.516 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.516 INFO [stderr] Nov 30 23:48:56.516 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 30 23:48:56.516 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 30 23:48:56.516 INFO [stderr] | Nov 30 23:48:56.516 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.516 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.516 INFO [stderr] | Nov 30 23:48:56.516 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! Nov 30 23:48:56.516 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.516 INFO [stderr] Nov 30 23:48:56.517 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 30 23:48:56.517 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 30 23:48:56.517 INFO [stderr] | Nov 30 23:48:56.517 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 30 23:48:56.517 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.517 INFO [stderr] | Nov 30 23:48:56.517 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! Nov 30 23:48:56.517 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.517 INFO [stderr] Nov 30 23:48:56.517 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 30 23:48:56.518 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 30 23:48:56.518 INFO [stderr] | Nov 30 23:48:56.518 INFO [stderr] 42 | #[derive(AsExpression)] Nov 30 23:48:56.518 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.518 INFO [stderr] | Nov 30 23:48:56.518 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! Nov 30 23:48:56.518 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.518 INFO [stderr] Nov 30 23:48:56.518 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 30 23:48:56.518 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 30 23:48:56.518 INFO [stderr] | Nov 30 23:48:56.518 INFO [stderr] 42 | #[derive(AsExpression)] Nov 30 23:48:56.518 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.518 INFO [stderr] | Nov 30 23:48:56.518 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! Nov 30 23:48:56.518 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.518 INFO [stderr] Nov 30 23:48:56.519 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 30 23:48:56.519 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 30 23:48:56.519 INFO [stderr] | Nov 30 23:48:56.519 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.519 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.519 INFO [stderr] | Nov 30 23:48:56.519 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! Nov 30 23:48:56.519 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.519 INFO [stderr] Nov 30 23:48:56.520 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:56.520 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 30 23:48:56.520 INFO [stderr] | Nov 30 23:48:56.520 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.520 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.520 INFO [stderr] | Nov 30 23:48:56.520 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! Nov 30 23:48:56.520 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.520 INFO [stderr] Nov 30 23:48:56.520 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 30 23:48:56.520 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 30 23:48:56.520 INFO [stderr] | Nov 30 23:48:56.520 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 30 23:48:56.520 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.520 INFO [stderr] | Nov 30 23:48:56.520 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! Nov 30 23:48:56.520 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.520 INFO [stderr] Nov 30 23:48:56.521 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 23:48:56.521 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 23:48:56.521 INFO [stderr] | Nov 30 23:48:56.521 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 23:48:56.521 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.521 INFO [stderr] | Nov 30 23:48:56.521 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! Nov 30 23:48:56.521 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.521 INFO [stderr] Nov 30 23:48:56.522 INFO [stderr] warning: cannot find type `id` in this scope Nov 30 23:48:56.522 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 23:48:56.522 INFO [stderr] | Nov 30 23:48:56.522 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 23:48:56.522 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.522 INFO [stderr] | Nov 30 23:48:56.522 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! Nov 30 23:48:56.522 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.522 INFO [stderr] Nov 30 23:48:56.523 INFO [stderr] warning: cannot find type `name` in this scope Nov 30 23:48:56.523 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 23:48:56.523 INFO [stderr] | Nov 30 23:48:56.523 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 23:48:56.523 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.523 INFO [stderr] | Nov 30 23:48:56.523 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! Nov 30 23:48:56.523 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.523 INFO [stderr] Nov 30 23:48:56.524 INFO [stderr] warning: cannot find type `location` in this scope Nov 30 23:48:56.524 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 23:48:56.524 INFO [stderr] | Nov 30 23:48:56.524 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 23:48:56.524 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.524 INFO [stderr] | Nov 30 23:48:56.524 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! Nov 30 23:48:56.524 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.524 INFO [stderr] Nov 30 23:48:56.525 INFO [stderr] warning: cannot find type `boxes` in this scope Nov 30 23:48:56.525 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 23:48:56.525 INFO [stderr] | Nov 30 23:48:56.525 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 23:48:56.525 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.525 INFO [stderr] | Nov 30 23:48:56.525 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! Nov 30 23:48:56.525 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.525 INFO [stderr] Nov 30 23:48:56.529 INFO [stderr] warning: cannot find type `circles` in this scope Nov 30 23:48:56.529 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 23:48:56.529 INFO [stderr] | Nov 30 23:48:56.529 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 23:48:56.529 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.529 INFO [stderr] | Nov 30 23:48:56.529 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! Nov 30 23:48:56.529 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.529 INFO [stderr] Nov 30 23:48:56.529 INFO [stderr] warning: cannot find type `items` in this scope Nov 30 23:48:56.529 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 30 23:48:56.529 INFO [stderr] | Nov 30 23:48:56.529 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 30 23:48:56.529 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.530 INFO [stderr] | Nov 30 23:48:56.530 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! Nov 30 23:48:56.530 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.530 INFO [stderr] Nov 30 23:48:56.530 INFO [stderr] warning: cannot find type `NewItem` in this scope Nov 30 23:48:56.530 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 30 23:48:56.530 INFO [stderr] | Nov 30 23:48:56.530 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 30 23:48:56.530 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.530 INFO [stderr] | Nov 30 23:48:56.530 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! Nov 30 23:48:56.530 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.530 INFO [stderr] Nov 30 23:48:56.531 INFO [stderr] warning: cannot find type `Item` in this scope Nov 30 23:48:56.531 INFO [stderr] --> src/pg/types/geometric.rs:231:32 Nov 30 23:48:56.531 INFO [stderr] | Nov 30 23:48:56.531 INFO [stderr] 231 | #[derive(Debug, Clone, Queryable)] Nov 30 23:48:56.531 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.531 INFO [stderr] | Nov 30 23:48:56.531 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! Nov 30 23:48:56.531 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.531 INFO [stderr] Nov 30 23:48:56.531 INFO [stderr] warning: cannot find type `box_roundtrip` in this scope Nov 30 23:48:56.532 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 30 23:48:56.532 INFO [stderr] | Nov 30 23:48:56.532 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.532 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.532 INFO [stderr] | Nov 30 23:48:56.532 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! Nov 30 23:48:56.532 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.532 INFO [stderr] Nov 30 23:48:56.532 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 30 23:48:56.532 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 30 23:48:56.532 INFO [stderr] | Nov 30 23:48:56.532 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.532 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.532 INFO [stderr] | Nov 30 23:48:56.532 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! Nov 30 23:48:56.532 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.532 INFO [stderr] Nov 30 23:48:56.533 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 30 23:48:56.533 INFO [stderr] --> src/pg/types/geometric.rs:255:48 Nov 30 23:48:56.533 INFO [stderr] | Nov 30 23:48:56.533 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.533 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.533 INFO [stderr] | Nov 30 23:48:56.533 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! Nov 30 23:48:56.533 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.533 INFO [stderr] Nov 30 23:48:56.534 INFO [stderr] warning: cannot find type `circle_roundtrip` in this scope Nov 30 23:48:56.534 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 30 23:48:56.534 INFO [stderr] | Nov 30 23:48:56.534 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.534 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.534 INFO [stderr] | Nov 30 23:48:56.534 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! Nov 30 23:48:56.534 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.534 INFO [stderr] Nov 30 23:48:56.534 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 30 23:48:56.535 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 30 23:48:56.535 INFO [stderr] | Nov 30 23:48:56.535 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.535 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.535 INFO [stderr] | Nov 30 23:48:56.535 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! Nov 30 23:48:56.535 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.535 INFO [stderr] Nov 30 23:48:56.535 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 30 23:48:56.535 INFO [stderr] --> src/pg/types/geometric.rs:310:48 Nov 30 23:48:56.535 INFO [stderr] | Nov 30 23:48:56.536 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 30 23:48:56.536 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.536 INFO [stderr] | Nov 30 23:48:56.536 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! Nov 30 23:48:56.536 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.536 INFO [stderr] Nov 30 23:48:56.536 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:56.536 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 30 23:48:56.536 INFO [stderr] | Nov 30 23:48:56.537 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.537 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.537 INFO [stderr] | Nov 30 23:48:56.537 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! Nov 30 23:48:56.537 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.537 INFO [stderr] Nov 30 23:48:56.537 INFO [stderr] warning: cannot find type `Point` in this scope Nov 30 23:48:56.537 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 30 23:48:56.537 INFO [stderr] | Nov 30 23:48:56.538 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.538 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.538 INFO [stderr] | Nov 30 23:48:56.538 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! Nov 30 23:48:56.538 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.538 INFO [stderr] Nov 30 23:48:56.538 INFO [stderr] warning: cannot find type `Box` in this scope Nov 30 23:48:56.538 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 30 23:48:56.538 INFO [stderr] | Nov 30 23:48:56.538 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.538 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.538 INFO [stderr] | Nov 30 23:48:56.539 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! Nov 30 23:48:56.539 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.539 INFO [stderr] Nov 30 23:48:56.539 INFO [stderr] warning: cannot find type `Box` in this scope Nov 30 23:48:56.539 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 30 23:48:56.539 INFO [stderr] | Nov 30 23:48:56.539 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.539 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.539 INFO [stderr] | Nov 30 23:48:56.539 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! Nov 30 23:48:56.539 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.540 INFO [stderr] Nov 30 23:48:56.540 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:56.540 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 30 23:48:56.540 INFO [stderr] | Nov 30 23:48:56.540 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.540 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.540 INFO [stderr] | Nov 30 23:48:56.540 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! Nov 30 23:48:56.540 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.540 INFO [stderr] Nov 30 23:48:56.541 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 30 23:48:56.541 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 30 23:48:56.541 INFO [stderr] | Nov 30 23:48:56.541 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 30 23:48:56.541 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 23:48:56.541 INFO [stderr] | Nov 30 23:48:56.541 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! Nov 30 23:48:56.541 INFO [stderr] = note: for more information, see issue #50504 Nov 30 23:48:56.541 INFO [stderr] Nov 30 23:48:57.238 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.02s Nov 30 23:48:57.244 INFO [stderr] su: No module specific data is present Nov 30 23:48:58.713 INFO running `"docker" "inspect" "49aa2d196d3b3601cf7bd649f9974ba7e5d3fdb127ee2aa09816d569e998ab8f"` Nov 30 23:48:59.132 INFO running `"docker" "rm" "-f" "49aa2d196d3b3601cf7bd649f9974ba7e5d3fdb127ee2aa09816d569e998ab8f"` Nov 30 23:48:59.398 INFO [stdout] 49aa2d196d3b3601cf7bd649f9974ba7e5d3fdb127ee2aa09816d569e998ab8f