Sep 04 00:57:22.660 INFO checking tectonicdb-0.2.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:57:22.660 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:57:22.660 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:57:22.865 INFO blam! 51f82803c917b11677e82e6a1f92425681c70d8a90ad36445e744beeffe7165c Sep 04 00:57:22.868 INFO running `"docker" "start" "-a" "51f82803c917b11677e82e6a1f92425681c70d8a90ad36445e744beeffe7165c"` Sep 04 00:57:24.318 INFO kablam! Checking circular-queue v0.2.0 Sep 04 00:57:24.325 INFO kablam! Checking fern v0.4.4 Sep 04 00:57:24.326 INFO kablam! Checking config v0.6.0 Sep 04 00:57:26.457 INFO kablam! Checking tectonicdb v0.2.1 (file:///source) Sep 04 00:57:28.506 INFO kablam! warning: struct is never constructed: `Levels` Sep 04 00:57:28.506 INFO kablam! --> src/lib/postprocessing/level.rs:12:1 Sep 04 00:57:28.506 INFO kablam! | Sep 04 00:57:28.506 INFO kablam! 12 | struct Levels { Sep 04 00:57:28.506 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 00:57:28.506 INFO kablam! | Sep 04 00:57:28.506 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:57:28.506 INFO kablam! Sep 04 00:57:28.507 INFO kablam! warning: method is never used: `new` Sep 04 00:57:28.507 INFO kablam! --> src/lib/postprocessing/level.rs:17:5 Sep 04 00:57:28.507 INFO kablam! | Sep 04 00:57:28.507 INFO kablam! 17 | fn new() -> Levels { Sep 04 00:57:28.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 00:57:28.507 INFO kablam! Sep 04 00:57:28.508 INFO kablam! warning: method is never used: `from` Sep 04 00:57:28.508 INFO kablam! --> src/lib/postprocessing/level.rs:23:5 Sep 04 00:57:28.508 INFO kablam! | Sep 04 00:57:28.508 INFO kablam! 23 | fn from(ups: &[Update], step_bins: Count, tick_bins: Count, m: f64) -> Levels { Sep 04 00:57:28.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:28.508 INFO kablam! Sep 04 00:57:28.509 INFO kablam! warning: enum is never used: `EventType` Sep 04 00:57:28.509 INFO kablam! --> src/lib/postprocessing/event.rs:6:1 Sep 04 00:57:28.509 INFO kablam! | Sep 04 00:57:28.509 INFO kablam! 6 | enum EventType { Sep 04 00:57:28.509 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 00:57:28.509 INFO kablam! Sep 04 00:57:28.509 INFO kablam! warning: method is never used: `filter_volume` Sep 04 00:57:28.510 INFO kablam! --> src/lib/postprocessing/event.rs:66:5 Sep 04 00:57:28.510 INFO kablam! | Sep 04 00:57:28.510 INFO kablam! 66 | pub fn filter_volume(&self, event_type: EventType, from_vol: f32, to_vol: f32) -> Vec { Sep 04 00:57:28.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:28.510 INFO kablam! Sep 04 00:57:28.510 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 00:57:28.510 INFO kablam! --> src/lib/lib.rs:1:12 Sep 04 00:57:28.510 INFO kablam! | Sep 04 00:57:28.510 INFO kablam! 1 | #![feature(conservative_impl_trait)] Sep 04 00:57:28.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:28.511 INFO kablam! | Sep 04 00:57:28.511 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 00:57:28.511 INFO kablam! Sep 04 00:57:28.781 INFO kablam! warning: unused variable: `hist` Sep 04 00:57:28.781 INFO kablam! --> src/lib/postprocessing/histogram.rs:414:13 Sep 04 00:57:28.781 INFO kablam! | Sep 04 00:57:28.782 INFO kablam! 414 | let hist = Histogram::new(&prices, 100, 2.); Sep 04 00:57:28.782 INFO kablam! | ^^^^ help: consider using `_hist` instead Sep 04 00:57:28.782 INFO kablam! | Sep 04 00:57:28.782 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 00:57:28.782 INFO kablam! Sep 04 00:57:29.690 INFO kablam! warning: method is never used: `new` Sep 04 00:57:29.690 INFO kablam! --> src/lib/postprocessing/level.rs:17:5 Sep 04 00:57:29.690 INFO kablam! | Sep 04 00:57:29.690 INFO kablam! 17 | fn new() -> Levels { Sep 04 00:57:29.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 00:57:29.690 INFO kablam! | Sep 04 00:57:29.690 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:57:29.690 INFO kablam! Sep 04 00:57:29.690 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 00:57:29.690 INFO kablam! --> src/lib/lib.rs:1:12 Sep 04 00:57:29.690 INFO kablam! | Sep 04 00:57:29.691 INFO kablam! 1 | #![feature(conservative_impl_trait)] Sep 04 00:57:29.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:29.691 INFO kablam! | Sep 04 00:57:29.691 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 00:57:29.691 INFO kablam! Sep 04 00:57:29.725 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 00:57:29.725 INFO kablam! --> src/lib/dtf/file_format.rs:853:9 Sep 04 00:57:29.725 INFO kablam! | Sep 04 00:57:29.725 INFO kablam! 853 | append(fname, &append_data); Sep 04 00:57:29.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:29.725 INFO kablam! | Sep 04 00:57:29.725 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 00:57:29.725 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 00:57:29.725 INFO kablam! Sep 04 00:57:29.726 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 00:57:29.726 INFO kablam! --> src/lib/dtf/file_format.rs:901:9 Sep 04 00:57:29.726 INFO kablam! | Sep 04 00:57:29.726 INFO kablam! 901 | write_batches(&mut bytes, &vec![up]); Sep 04 00:57:29.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:29.726 INFO kablam! | Sep 04 00:57:29.726 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 00:57:29.726 INFO kablam! Sep 04 00:57:30.662 INFO kablam! warning: unused variable: `msg` Sep 04 00:57:30.662 INFO kablam! --> src/bin/cli/db.rs:217:48 Sep 04 00:57:30.662 INFO kablam! | Sep 04 00:57:30.662 INFO kablam! 217 | Err(TectonicError::ServerError(msg)) => {} Sep 04 00:57:30.662 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 00:57:30.663 INFO kablam! | Sep 04 00:57:30.663 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 00:57:30.664 INFO kablam! Sep 04 00:57:30.728 INFO kablam! warning: unused variable: `msg` Sep 04 00:57:30.728 INFO kablam! --> src/bin/cli/db.rs:217:48 Sep 04 00:57:30.728 INFO kablam! | Sep 04 00:57:30.728 INFO kablam! 217 | Err(TectonicError::ServerError(msg)) => {} Sep 04 00:57:30.728 INFO kablam! | ^^^ help: consider using `_msg` instead Sep 04 00:57:30.728 INFO kablam! | Sep 04 00:57:30.728 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 00:57:30.728 INFO kablam! Sep 04 00:57:30.778 INFO kablam! warning: method is never used: `insert` Sep 04 00:57:30.778 INFO kablam! --> src/bin/cli/db.rs:124:5 Sep 04 00:57:30.778 INFO kablam! | Sep 04 00:57:30.778 INFO kablam! 124 | pub fn insert(&mut self, cmd: InsertCommand) -> Result<(), TectonicError> { Sep 04 00:57:30.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.778 INFO kablam! | Sep 04 00:57:30.778 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:57:30.778 INFO kablam! Sep 04 00:57:30.779 INFO kablam! warning: struct is never constructed: `CxnPool` Sep 04 00:57:30.779 INFO kablam! --> src/bin/cli/db.rs:132:1 Sep 04 00:57:30.779 INFO kablam! | Sep 04 00:57:30.779 INFO kablam! 132 | pub struct CxnPool { Sep 04 00:57:30.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.779 INFO kablam! Sep 04 00:57:30.779 INFO kablam! warning: method is never used: `new` Sep 04 00:57:30.779 INFO kablam! --> src/bin/cli/db.rs:142:5 Sep 04 00:57:30.779 INFO kablam! | Sep 04 00:57:30.779 INFO kablam! 142 | pub fn new(n: usize, host: &str, port: &str) -> Result { Sep 04 00:57:30.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.779 INFO kablam! Sep 04 00:57:30.779 INFO kablam! warning: method is never used: `cmd` Sep 04 00:57:30.779 INFO kablam! --> src/bin/cli/db.rs:161:5 Sep 04 00:57:30.779 INFO kablam! | Sep 04 00:57:30.779 INFO kablam! 161 | pub fn cmd(&mut self, command: &str) -> Result { Sep 04 00:57:30.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.779 INFO kablam! Sep 04 00:57:30.780 INFO kablam! warning: method is never used: `insert` Sep 04 00:57:30.780 INFO kablam! --> src/bin/cli/db.rs:190:5 Sep 04 00:57:30.780 INFO kablam! | Sep 04 00:57:30.780 INFO kablam! 190 | pub fn insert(&mut self, cmd: &InsertCommand) -> Result<(), TectonicError> { Sep 04 00:57:30.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.780 INFO kablam! Sep 04 00:57:30.780 INFO kablam! warning: variant is never constructed: `Add` Sep 04 00:57:30.780 INFO kablam! --> src/bin/cli/db.rs:233:5 Sep 04 00:57:30.780 INFO kablam! | Sep 04 00:57:30.780 INFO kablam! 233 | Add(String, dtf::Update), Sep 04 00:57:30.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.780 INFO kablam! Sep 04 00:57:30.780 INFO kablam! warning: variant is never constructed: `BulkAdd` Sep 04 00:57:30.780 INFO kablam! --> src/bin/cli/db.rs:234:5 Sep 04 00:57:30.780 INFO kablam! | Sep 04 00:57:30.780 INFO kablam! 234 | BulkAdd(String, Vec), Sep 04 00:57:30.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.780 INFO kablam! Sep 04 00:57:30.781 INFO kablam! warning: method is never used: `into_string` Sep 04 00:57:30.781 INFO kablam! --> src/bin/cli/db.rs:238:5 Sep 04 00:57:30.781 INFO kablam! | Sep 04 00:57:30.781 INFO kablam! 238 | pub fn into_string(self) -> Vec { Sep 04 00:57:30.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.781 INFO kablam! Sep 04 00:57:30.814 INFO kablam! warning: method is never used: `insert` Sep 04 00:57:30.814 INFO kablam! --> src/bin/cli/db.rs:124:5 Sep 04 00:57:30.814 INFO kablam! | Sep 04 00:57:30.814 INFO kablam! 124 | pub fn insert(&mut self, cmd: InsertCommand) -> Result<(), TectonicError> { Sep 04 00:57:30.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.814 INFO kablam! | Sep 04 00:57:30.814 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 00:57:30.814 INFO kablam! Sep 04 00:57:30.814 INFO kablam! warning: struct is never constructed: `CxnPool` Sep 04 00:57:30.814 INFO kablam! --> src/bin/cli/db.rs:132:1 Sep 04 00:57:30.814 INFO kablam! | Sep 04 00:57:30.814 INFO kablam! 132 | pub struct CxnPool { Sep 04 00:57:30.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.814 INFO kablam! Sep 04 00:57:30.815 INFO kablam! warning: method is never used: `new` Sep 04 00:57:30.815 INFO kablam! --> src/bin/cli/db.rs:142:5 Sep 04 00:57:30.815 INFO kablam! | Sep 04 00:57:30.815 INFO kablam! 142 | pub fn new(n: usize, host: &str, port: &str) -> Result { Sep 04 00:57:30.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.815 INFO kablam! Sep 04 00:57:30.815 INFO kablam! warning: method is never used: `cmd` Sep 04 00:57:30.815 INFO kablam! --> src/bin/cli/db.rs:161:5 Sep 04 00:57:30.816 INFO kablam! | Sep 04 00:57:30.816 INFO kablam! 161 | pub fn cmd(&mut self, command: &str) -> Result { Sep 04 00:57:30.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.816 INFO kablam! Sep 04 00:57:30.816 INFO kablam! warning: method is never used: `insert` Sep 04 00:57:30.816 INFO kablam! --> src/bin/cli/db.rs:190:5 Sep 04 00:57:30.816 INFO kablam! | Sep 04 00:57:30.816 INFO kablam! 190 | pub fn insert(&mut self, cmd: &InsertCommand) -> Result<(), TectonicError> { Sep 04 00:57:30.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.816 INFO kablam! Sep 04 00:57:30.816 INFO kablam! warning: variant is never constructed: `Add` Sep 04 00:57:30.816 INFO kablam! --> src/bin/cli/db.rs:233:5 Sep 04 00:57:30.816 INFO kablam! | Sep 04 00:57:30.816 INFO kablam! 233 | Add(String, dtf::Update), Sep 04 00:57:30.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.816 INFO kablam! Sep 04 00:57:30.816 INFO kablam! warning: variant is never constructed: `BulkAdd` Sep 04 00:57:30.816 INFO kablam! --> src/bin/cli/db.rs:234:5 Sep 04 00:57:30.816 INFO kablam! | Sep 04 00:57:30.816 INFO kablam! 234 | BulkAdd(String, Vec), Sep 04 00:57:30.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.816 INFO kablam! Sep 04 00:57:30.816 INFO kablam! warning: method is never used: `into_string` Sep 04 00:57:30.816 INFO kablam! --> src/bin/cli/db.rs:238:5 Sep 04 00:57:30.816 INFO kablam! | Sep 04 00:57:30.817 INFO kablam! 238 | pub fn into_string(self) -> Vec { Sep 04 00:57:30.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:30.817 INFO kablam! Sep 04 00:57:32.630 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:32.630 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:48:44 Sep 04 00:57:32.630 INFO kablam! | Sep 04 00:57:32.630 INFO kablam! 48 | let remote_name = format!("{}-{}", Uuid::new_v4(), name); Sep 04 00:57:32.630 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:32.631 INFO kablam! Sep 04 00:57:32.989 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:32.989 INFO kablam! --> src/bin/server/state.rs:397:42 Sep 04 00:57:32.989 INFO kablam! | Sep 04 00:57:32.989 INFO kablam! 397 | fname: format!("{}--{}", Uuid::new_v4(), store_name).into(), Sep 04 00:57:32.989 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:32.989 INFO kablam! Sep 04 00:57:33.032 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:33.032 INFO kablam! --> src/bin/server/state.rs:622:47 Sep 04 00:57:33.032 INFO kablam! | Sep 04 00:57:33.032 INFO kablam! 622 | fname: format!("{}--default", Uuid::new_v4()).into(), Sep 04 00:57:33.032 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:33.032 INFO kablam! Sep 04 00:57:33.042 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:33.042 INFO kablam! --> src/bin/server/state.rs:636:46 Sep 04 00:57:33.042 INFO kablam! | Sep 04 00:57:33.042 INFO kablam! 636 | fname: format!("{}--{}", Uuid::new_v4(), store_name).into(), Sep 04 00:57:33.042 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:33.042 INFO kablam! Sep 04 00:57:33.119 INFO kablam! warning: unused import: `super::*` Sep 04 00:57:33.119 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:134:9 Sep 04 00:57:33.119 INFO kablam! | Sep 04 00:57:33.119 INFO kablam! 134 | use super::*; Sep 04 00:57:33.119 INFO kablam! | ^^^^^^^^ Sep 04 00:57:33.119 INFO kablam! | Sep 04 00:57:33.119 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 00:57:33.119 INFO kablam! Sep 04 00:57:33.119 INFO kablam! warning: unused import: `libtectonic::storage::file_metadata` Sep 04 00:57:33.119 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:135:9 Sep 04 00:57:33.119 INFO kablam! | Sep 04 00:57:33.119 INFO kablam! 135 | use libtectonic::storage::file_metadata; Sep 04 00:57:33.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:33.120 INFO kablam! Sep 04 00:57:33.120 INFO kablam! warning: unused import: `plugins::gstorage::GStorageMetadata` Sep 04 00:57:33.120 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:136:9 Sep 04 00:57:33.120 INFO kablam! | Sep 04 00:57:33.120 INFO kablam! 136 | use plugins::gstorage::GStorageMetadata; Sep 04 00:57:33.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:33.120 INFO kablam! Sep 04 00:57:33.120 INFO kablam! warning: unused import: `plugins::gstorage::serde_json` Sep 04 00:57:33.120 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:137:9 Sep 04 00:57:33.120 INFO kablam! | Sep 04 00:57:33.120 INFO kablam! 137 | use plugins::gstorage::serde_json; Sep 04 00:57:33.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:57:33.120 INFO kablam! Sep 04 00:57:33.272 INFO kablam! error: aborting due to 4 previous errors Sep 04 00:57:33.273 INFO kablam! Sep 04 00:57:33.273 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 00:57:33.286 INFO kablam! error: Could not compile `tectonicdb`. Sep 04 00:57:33.286 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:57:33.545 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:33.545 INFO kablam! --> src/bin/server/plugins/gstorage/upload.rs:48:44 Sep 04 00:57:33.545 INFO kablam! | Sep 04 00:57:33.545 INFO kablam! 48 | let remote_name = format!("{}-{}", Uuid::new_v4(), name); Sep 04 00:57:33.545 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:33.545 INFO kablam! Sep 04 00:57:33.990 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:33.990 INFO kablam! --> src/bin/server/state.rs:397:42 Sep 04 00:57:33.990 INFO kablam! | Sep 04 00:57:33.990 INFO kablam! 397 | fname: format!("{}--{}", Uuid::new_v4(), store_name).into(), Sep 04 00:57:33.990 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:33.990 INFO kablam! Sep 04 00:57:34.028 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:34.028 INFO kablam! --> src/bin/server/state.rs:622:47 Sep 04 00:57:34.028 INFO kablam! | Sep 04 00:57:34.028 INFO kablam! 622 | fname: format!("{}--default", Uuid::new_v4()).into(), Sep 04 00:57:34.028 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:34.028 INFO kablam! Sep 04 00:57:34.039 INFO kablam! error[E0599]: no function or associated item named `new_v4` found for type `uuid::Uuid` in the current scope Sep 04 00:57:34.039 INFO kablam! --> src/bin/server/state.rs:636:46 Sep 04 00:57:34.039 INFO kablam! | Sep 04 00:57:34.039 INFO kablam! 636 | fname: format!("{}--{}", Uuid::new_v4(), store_name).into(), Sep 04 00:57:34.039 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `uuid::Uuid` Sep 04 00:57:34.039 INFO kablam! Sep 04 00:57:34.310 INFO kablam! error: aborting due to 4 previous errors Sep 04 00:57:34.310 INFO kablam! Sep 04 00:57:34.310 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 00:57:34.338 INFO kablam! error: Could not compile `tectonicdb`. Sep 04 00:57:34.338 INFO kablam! Sep 04 00:57:34.338 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:57:34.340 INFO kablam! su: No module specific data is present Sep 04 00:57:34.743 INFO running `"docker" "rm" "-f" "51f82803c917b11677e82e6a1f92425681c70d8a90ad36445e744beeffe7165c"` Sep 04 00:57:34.867 INFO blam! 51f82803c917b11677e82e6a1f92425681c70d8a90ad36445e744beeffe7165c