[INFO] cloning repository https://github.com/Twisol/rust-telnet-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Twisol/rust-telnet-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwisol%2Frust-telnet-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwisol%2Frust-telnet-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3dfcab8a31ff8f489aa5ab6cd33e4affef97d36f [INFO] testing Twisol/rust-telnet-client against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwisol%2Frust-telnet-client" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Twisol/rust-telnet-client on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Twisol/rust-telnet-client [INFO] finished tweaking git repo https://github.com/Twisol/rust-telnet-client [INFO] tweaked toml for git repo https://github.com/Twisol/rust-telnet-client written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Twisol/rust-telnet-client already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/Twisol/rust-telnet.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f507d499368cc55b08927a4d8ed54e46d1364e06ab9d81fdf8ecc0ff831b8f58 [INFO] running `Command { std: "docker" "start" "-a" "f507d499368cc55b08927a4d8ed54e46d1364e06ab9d81fdf8ecc0ff831b8f58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f507d499368cc55b08927a4d8ed54e46d1364e06ab9d81fdf8ecc0ff831b8f58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f507d499368cc55b08927a4d8ed54e46d1364e06ab9d81fdf8ecc0ff831b8f58", kill_on_drop: false }` [INFO] [stdout] f507d499368cc55b08927a4d8ed54e46d1364e06ab9d81fdf8ecc0ff831b8f58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41ab8ac634550562c4410bc133cc00df4fcf1072f7b6dba9c936c2ca930c65ec [INFO] running `Command { std: "docker" "start" "-a" "41ab8ac634550562c4410bc133cc00df4fcf1072f7b6dba9c936c2ca930c65ec", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-telnet v0.0.1 (https://github.com/Twisol/rust-telnet.git?rev=b1387c8cb4fff730f307727975c03cd933f8c3d3#b1387c8c) [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/parser.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Copy, Show)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/parser.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Show)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Show, Copy, PartialEq)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Show, Copy)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Show` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Show, Copy)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/registry.rs:75:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct EndpointRegistry<'parent, Parent: 'parent> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 75 | pub command_map: HashMap, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/registry.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct EndpointRegistry<'parent, Parent: 'parent> { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 76 | pub channel_map: HashMap, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(slicing_syntax, globs, unboxed_closures, associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `slicing_syntax` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `associated_types` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/parser.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | is_long_command: box |cmd| 250 <= cmd && cmd <= 254, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `TelnetDemuxState: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/demux.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `TelnetDemuxState` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ParseState: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/parser.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Copy, Show)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `ParseState` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `QStateUni: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Show, Copy, PartialEq)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `QStateUni` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `QAttitude: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Show, Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `QAttitude` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `QState: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-telnet-1c15d5c05d797ba6/b1387c8/src/qstate.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Show, Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `QState` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-telnet` due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "41ab8ac634550562c4410bc133cc00df4fcf1072f7b6dba9c936c2ca930c65ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41ab8ac634550562c4410bc133cc00df4fcf1072f7b6dba9c936c2ca930c65ec", kill_on_drop: false }` [INFO] [stdout] 41ab8ac634550562c4410bc133cc00df4fcf1072f7b6dba9c936c2ca930c65ec