[INFO] cloning repository https://github.com/Swiiz/siruev
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Swiiz/siruev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSwiiz%2Fsiruev", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSwiiz%2Fsiruev'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e03ef26e1e2d87547af85a29a4b7125ce8b7859
[INFO] testing Swiiz/siruev against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSwiiz%2Fsiruev" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Swiiz/siruev
[INFO] finished tweaking git repo https://github.com/Swiiz/siruev
[INFO] tweaked toml for git repo https://github.com/Swiiz/siruev written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Swiiz/siruev on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Swiiz/siruev already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded never-say-never v6.6.666
[INFO] [stderr]   Downloaded inventory v0.3.20
[INFO] [stderr]   Downloaded higher-kinded-types v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0271d51bf561c6ae0d789e29d851e2d41e9c3bf5fe349d834b5d4b36a7f61b01
[INFO] running `Command { std: "docker" "start" "-a" "0271d51bf561c6ae0d789e29d851e2d41e9c3bf5fe349d834b5d4b36a7f61b01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0271d51bf561c6ae0d789e29d851e2d41e9c3bf5fe349d834b5d4b36a7f61b01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0271d51bf561c6ae0d789e29d851e2d41e9c3bf5fe349d834b5d4b36a7f61b01", kill_on_drop: false }`
[INFO] [stdout] 0271d51bf561c6ae0d789e29d851e2d41e9c3bf5fe349d834b5d4b36a7f61b01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e01a90d9b482fb6e59f4bc13b7140a503ce1cb5b68e44f9dcd76c3670655e5c
[INFO] running `Command { std: "docker" "start" "-a" "7e01a90d9b482fb6e59f4bc13b7140a503ce1cb5b68e44f9dcd76c3670655e5c", kill_on_drop: false }`
[INFO] [stderr]    Compiling never-say-never v6.6.666
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling inventory v0.3.20
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling higher-kinded-types v0.2.0
[INFO] [stderr]    Compiling proc_macro v0.1.0 (/opt/rustwide/workdir/proc_macro)
[INFO] [stderr]    Compiling siruev v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: higher-kinded-types v0.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7e01a90d9b482fb6e59f4bc13b7140a503ce1cb5b68e44f9dcd76c3670655e5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e01a90d9b482fb6e59f4bc13b7140a503ce1cb5b68e44f9dcd76c3670655e5c", kill_on_drop: false }`
[INFO] [stdout] 7e01a90d9b482fb6e59f4bc13b7140a503ce1cb5b68e44f9dcd76c3670655e5c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6bc37607a8d7cc30d1a063dfef63dc62f50c66b0cecc14cfdbb9fddba3b1a37f
[INFO] running `Command { std: "docker" "start" "-a" "6bc37607a8d7cc30d1a063dfef63dc62f50c66b0cecc14cfdbb9fddba3b1a37f", kill_on_drop: false }`
[INFO] [stderr]    Compiling siruev v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: higher-kinded-types v0.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6bc37607a8d7cc30d1a063dfef63dc62f50c66b0cecc14cfdbb9fddba3b1a37f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bc37607a8d7cc30d1a063dfef63dc62f50c66b0cecc14cfdbb9fddba3b1a37f", kill_on_drop: false }`
[INFO] [stdout] 6bc37607a8d7cc30d1a063dfef63dc62f50c66b0cecc14cfdbb9fddba3b1a37f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 56457dc095cd91477005728467b24790a4923b373832d8b1f05efa2ce482a906
[INFO] running `Command { std: "docker" "start" "-a" "56457dc095cd91477005728467b24790a4923b373832d8b1f05efa2ce482a906", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: higher-kinded-types v0.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/siruev-897754a7ec6f8f74)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests siruev
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - systems (line 18) ... ignored
[INFO] [stdout] test src/lib.rs - Event (line 92) ... FAILED
[INFO] [stdout] test src/../README.md - (line 20) ... FAILED
[INFO] [stdout] test src/lib.rs - Event (line 98) ... FAILED
[INFO] [stdout] test src/lib.rs - emit_mut (line 225) ... FAILED
[INFO] [stdout] test src/lib.rs - emit (line 168) ... FAILED
[INFO] [stdout] test src/../README.md - (line 58) ... FAILED
[INFO] [stdout] test src/lib.rs - emit (line 164) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Event (line 92) stdout ----
[INFO] [stdout] error: cannot find derive macro `Event` in this scope
[INFO] [stdout]   --> src/lib.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 | #[derive(Event, Debug)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]    |
[INFO] [stdout] 92 + use proc_macro::Event;
[INFO] [stdout]    |
[INFO] [stdout] 92 + use siruev::Event;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 20) stdout ----
[INFO] [stdout] error[E0596]: cannot borrow `event` as mutable, as it is not declared as mutable
[INFO] [stdout]   --> src/../README.md:42:14
[INFO] [stdout]    |
[INFO] [stdout] 42 |     emit_mut(&mut event); // `&mut MyEvent`
[INFO] [stdout]    |              ^^^^^^^^^^ cannot borrow as mutable
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing this to be mutable
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let mut event = MyEvent("Hello, world!".to_string());
[INFO] [stdout]    |         +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0596`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Event (line 98) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `Event` in this scope
[INFO] [stdout]    --> src/lib.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<'a> Event<'a> for MyType {
[INFO] [stdout]     |          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]  97 + use siruev::Event;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyType` in this scope
[INFO] [stdout]    --> src/lib.rs:100:24
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<'a> Event<'a> for MyType {
[INFO] [stdout]     |                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MyType` in this scope
[INFO] [stdout]    --> src/lib.rs:101:41
[INFO] [stdout]     |
[INFO] [stdout] 101 |     type ForLt = siruev::manual::ForLt!(MyType);
[INFO] [stdout]     |                                         ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl<'a, MyType> Event<'a> for MyType {
[INFO] [stdout]     |        ++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - emit_mut (line 225) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `emit_mut` in this scope
[INFO] [stdout]    --> src/lib.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 | emit_mut(&mut event);
[INFO] [stdout]     | ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 225 + use siruev::emit_mut;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyEvent` in this scope
[INFO] [stdout]    --> src/lib.rs:226:17
[INFO] [stdout]     |
[INFO] [stdout] 226 | let mut event = MyEvent("hello");
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - emit (line 168) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `emit` in this scope
[INFO] [stdout]    --> src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | emit(&MyEvent("hello"));
[INFO] [stdout]     | ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 168 + use siruev::emit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyEvent` in this scope
[INFO] [stdout]    --> src/lib.rs:169:7
[INFO] [stdout]     |
[INFO] [stdout] 169 | emit(&MyEvent("hello"));
[INFO] [stdout]     |       ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 58) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `emit` in this scope
[INFO] [stdout]   --> src/../README.md:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | emit(MyEvent("Parallel execution".to_string()));
[INFO] [stdout]    | ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 58 + use siruev::emit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyEvent` in this scope
[INFO] [stdout]   --> src/../README.md:59:6
[INFO] [stdout]    |
[INFO] [stdout] 59 | emit(MyEvent("Parallel execution".to_string()));
[INFO] [stdout]    |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - emit (line 164) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `emit` in this scope
[INFO] [stdout]    --> src/lib.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | emit(MyEvent(42));
[INFO] [stdout]     | ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 164 + use siruev::emit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MyEvent` in this scope
[INFO] [stdout]    --> src/lib.rs:165:6
[INFO] [stdout]     |
[INFO] [stdout] 165 | emit(MyEvent(42));
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/../README.md - (line 20)
[INFO] [stdout]     src/../README.md - (line 58)
[INFO] [stdout]     src/lib.rs - Event (line 92)
[INFO] [stdout]     src/lib.rs - Event (line 98)
[INFO] [stdout]     src/lib.rs - emit (line 164)
[INFO] [stdout]     src/lib.rs - emit (line 168)
[INFO] [stdout]     src/lib.rs - emit_mut (line 225)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.58s; merged doctests compilation took 0.25s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "56457dc095cd91477005728467b24790a4923b373832d8b1f05efa2ce482a906", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56457dc095cd91477005728467b24790a4923b373832d8b1f05efa2ce482a906", kill_on_drop: false }`
[INFO] [stdout] 56457dc095cd91477005728467b24790a4923b373832d8b1f05efa2ce482a906
