[INFO] crate kawaii 0.1.0-alpha is already in cache [INFO] testing kawaii-0.1.0-alpha against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate kawaii 0.1.0-alpha into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate kawaii 0.1.0-alpha on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate kawaii 0.1.0-alpha [INFO] finished tweaking crates.io crate kawaii 0.1.0-alpha [INFO] tweaked toml for crates.io crate kawaii 0.1.0-alpha written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9875fb48a717a39b25c7878f77d27a9cb20a3ceb459b146382f4e5aa30a028fe [INFO] running `Command { std: "docker" "start" "-a" "9875fb48a717a39b25c7878f77d27a9cb20a3ceb459b146382f4e5aa30a028fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9875fb48a717a39b25c7878f77d27a9cb20a3ceb459b146382f4e5aa30a028fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9875fb48a717a39b25c7878f77d27a9cb20a3ceb459b146382f4e5aa30a028fe", kill_on_drop: false }` [INFO] [stdout] 9875fb48a717a39b25c7878f77d27a9cb20a3ceb459b146382f4e5aa30a028fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 135e33fae90358335a3203802a94a6e87f8eb70190a7cb396b73c743c2bb1976 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "135e33fae90358335a3203802a94a6e87f8eb70190a7cb396b73c743c2bb1976", kill_on_drop: false }` [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling kawaii v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/fmt.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | use config::{Width, Config}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/fmt.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/fmt.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "135e33fae90358335a3203802a94a6e87f8eb70190a7cb396b73c743c2bb1976", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "135e33fae90358335a3203802a94a6e87f8eb70190a7cb396b73c743c2bb1976", kill_on_drop: false }` [INFO] [stdout] 135e33fae90358335a3203802a94a6e87f8eb70190a7cb396b73c743c2bb1976 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e3e2fed13ca7ab3bbcac24881561ce6ec5627db19ed96b46d60d304c3d35938 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0e3e2fed13ca7ab3bbcac24881561ce6ec5627db19ed96b46d60d304c3d35938", kill_on_drop: false }` [INFO] [stderr] Compiling kawaii v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/fmt.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | use config::{Width, Config}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/fmt.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/fmt.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | fn indent(f: &mut fmt::Formatter, n: usize) -> fmt::Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Config`, `Kawaii`, `Style` [INFO] [stdout] --> examples/basic.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use kawaii::{Kawaii, Style, Config}; [INFO] [stdout] | ^^^^^^ ^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::vec::Vec<{integer}>: kawaii::Kawaii` is not satisfied [INFO] [stdout] --> examples/basic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | kawaii::print(vec![1, 2, 3]); [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `kawaii::Kawaii` is not implemented for `std::vec::Vec<{integer}>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn print(value: T) { [INFO] [stdout] | ------ required by this bound in `kawaii::print` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `main::Foo: kawaii::Kawaii` is not satisfied [INFO] [stdout] --> examples/basic.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | kawaii::print(Foo); [INFO] [stdout] | ^^^ the trait `kawaii::Kawaii` is not implemented for `main::Foo` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn print(value: T) { [INFO] [stdout] | ------ required by this bound in `kawaii::print` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kawaii`. [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/fmt.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | use config::{Width, Config}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `traits::Kawaii` [INFO] [stdout] --> src/util.rs:69:6 [INFO] [stdout] | [INFO] [stdout] 69 | use traits::Kawaii; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` [INFO] [stdout] --> src/util.rs:74:3 [INFO] [stdout] | [INFO] [stdout] 74 | assert_eq!(kawaii::empty(), Rc::new(Document::Empty)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | std::rc::Rc [INFO] [stdout] | std::rc::Rc [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` [INFO] [stdout] --> src/util.rs:79:3 [INFO] [stdout] | [INFO] [stdout] 79 | assert_eq!(kawaii::string("foo"), [INFO] [stdout] | _________^ [INFO] [stdout] | |_________| [INFO] [stdout] | | [INFO] [stdout] 80 | | Rc::new(Document::String("foo".into()))); [INFO] [stdout] | | ^ [INFO] [stdout] | |_____________________________________________________| [INFO] [stdout] | |_____________________________________________________std::rc::Rc [INFO] [stdout] | std::rc::Rc [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&std::rc::Rc: traits::Kawaii` is not satisfied [INFO] [stdout] --> src/util.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn concat>(values: I) -> Rc { [INFO] [stdout] | ------ required by this bound in `util::concat` [INFO] [stdout] ... [INFO] [stdout] 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `traits::Kawaii` is not implemented for `&std::rc::Rc` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as traits::Kawaii> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `std::rc::Rc` [INFO] [stdout] --> src/util.rs:85:3 [INFO] [stdout] | [INFO] [stdout] 85 | assert_eq!(kawaii::concat(&[kawaii::string("foo"), kawaii::string("bar")]), [INFO] [stdout] | _________^ [INFO] [stdout] | |_________| [INFO] [stdout] | | [INFO] [stdout] 86 | | Rc::new(Document::Cons { [INFO] [stdout] 87 | | left: Rc::new(Document::String("foo".into())), [INFO] [stdout] 88 | | right: Rc::new(Document::String("bar".into())), [INFO] [stdout] 89 | | })); [INFO] [stdout] | | ^ [INFO] [stdout] | |________________| [INFO] [stdout] | |________________std::rc::Rc [INFO] [stdout] | std::rc::Rc [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0e3e2fed13ca7ab3bbcac24881561ce6ec5627db19ed96b46d60d304c3d35938", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e3e2fed13ca7ab3bbcac24881561ce6ec5627db19ed96b46d60d304c3d35938", kill_on_drop: false }` [INFO] [stdout] 0e3e2fed13ca7ab3bbcac24881561ce6ec5627db19ed96b46d60d304c3d35938