[INFO] updating cached repository https://github.com/quininer/triamcinolone [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 95e34717dd20738572c59d258152e0181a1c8c72 [INFO] testing quininer/triamcinolone against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Ftriamcinolone" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quininer/triamcinolone on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/quininer/triamcinolone [INFO] finished tweaking git repo https://github.com/quininer/triamcinolone [INFO] tweaked toml for git repo https://github.com/quininer/triamcinolone written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/quininer/triamcinolone already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/suhr/rstox.git` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 26d3227839b91b2d32f34e86f511f0e79259638559050824dfde316330e5f4f8 [INFO] running `"docker" "start" "-a" "26d3227839b91b2d32f34e86f511f0e79259638559050824dfde316330e5f4f8"` [INFO] [stderr] Compiling rstox v0.0.1 (https://github.com/suhr/rstox.git#1793619c) [INFO] [stderr] Compiling triamcinolone v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `self::toml::Parser`, `self::toml::Table` [INFO] [stderr] --> src/lib.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | use self::toml::{Parser, Table}; [INFO] [stderr] | ^^^^^^ ^^^^^ no `Table` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Parser` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GroupchatType` [INFO] [stderr] --> src/lib.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | GroupchatType::Text => { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `GroupchatType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GroupchatType` [INFO] [stderr] --> src/lib.rs:138:13 [INFO] [stderr] | [INFO] [stderr] 138 | GroupchatType::Av => Err(()) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `GroupchatType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GroupchatType` [INFO] [stderr] --> src/lib.rs:355:29 [INFO] [stderr] | [INFO] [stderr] 355 | GroupchatType::Text => "text", [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `GroupchatType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `GroupchatType` [INFO] [stderr] --> src/lib.rs:356:29 [INFO] [stderr] | [INFO] [stderr] 356 | GroupchatType::Av => "av" [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `GroupchatType` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GroupchatType` in this scope [INFO] [stderr] --> src/lib.rs:110:35 [INFO] [stderr] | [INFO] [stderr] 110 | fn join(&mut self, grouptype: GroupchatType, peer: Option, data: Option>) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GroupchatType` in this scope [INFO] [stderr] --> src/lib.rs:123:35 [INFO] [stderr] | [INFO] [stderr] 123 | fn join(&mut self, grouptype: GroupchatType, peer: Option, data: Option>) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GroupchatType` in this scope [INFO] [stderr] --> src/lib.rs:158:16 [INFO] [stderr] | [INFO] [stderr] 158 | grouptype: GroupchatType, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ChatChange` in this scope [INFO] [stderr] --> src/lib.rs:227:24 [INFO] [stderr] | [INFO] [stderr] 227 | pub change: Option [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `GroupInvite` in this scope [INFO] [stderr] --> src/lib.rs:353:21 [INFO] [stderr] | [INFO] [stderr] 353 | GroupInvite(peer, kind, data) => { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `GroupMessage` in this scope [INFO] [stderr] --> src/lib.rs:363:21 [INFO] [stderr] | [INFO] [stderr] 363 | GroupMessage(groupnum, peer, message) => { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `GroupTitle` in this scope [INFO] [stderr] --> src/lib.rs:388:21 [INFO] [stderr] | [INFO] [stderr] 388 | GroupTitle(groupnum, peer, message) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `GroupNamelistChange` in this scope [INFO] [stderr] --> src/lib.rs:396:21 [INFO] [stderr] | [INFO] [stderr] 396 | GroupNamelistChange(groupnum, peer, change) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:248:47 [INFO] [stderr] | [INFO] [stderr] 248 | fn on(&mut self, event: &'e str, foo: Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Messager, Arguments)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:257:50 [INFO] [stderr] | [INFO] [stderr] 257 | impl<'e> Events<'e> for HashMap<&'e str, Vec>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Messager, Arguments)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:259:47 [INFO] [stderr] | [INFO] [stderr] 259 | fn on(&mut self, event: &'e str, foo: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Messager, Arguments)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_get_type` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | grouptype: (*self).core.group_get_type(groupnum.expect("Group num Error.")).expect("Group type Error."), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_groupchat` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:125:36 [INFO] [stderr] | [INFO] [stderr] 125 | return match self.core.add_groupchat() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `join_groupchat` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:132:33 [INFO] [stderr] | [INFO] [stderr] 132 | match self.core.join_groupchat(peer.unwrap(), &data.unwrap()) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_message_send` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:178:55 [INFO] [stderr] | [INFO] [stderr] 178 | MessageType::Normal => self.messager.core.group_message_send(self.group, &message), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_action_send` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:179:55 [INFO] [stderr] | [INFO] [stderr] 179 | MessageType::Action => self.messager.core.group_action_send(self.group, &message) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_peername` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:184:46 [INFO] [stderr] | [INFO] [stderr] 184 | Some(peer) => self.messager.core.group_peername(self.group, peer), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_get_title` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:189:28 [INFO] [stderr] | [INFO] [stderr] 189 | self.messager.core.group_get_title(self.group) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `group_set_title` found for type `rstox::core::Tox` in the current scope [INFO] [stderr] --> src/lib.rs:192:28 [INFO] [stderr] | [INFO] [stderr] 192 | self.messager.core.group_set_title(self.group, title) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `triamcinolone`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "26d3227839b91b2d32f34e86f511f0e79259638559050824dfde316330e5f4f8"` [INFO] running `"docker" "rm" "-f" "26d3227839b91b2d32f34e86f511f0e79259638559050824dfde316330e5f4f8"` [INFO] [stdout] 26d3227839b91b2d32f34e86f511f0e79259638559050824dfde316330e5f4f8