[INFO] cloning repository https://github.com/cedar12/east_core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cedar12/east_core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedar12%2Feast_core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedar12%2Feast_core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d595a8699a9ee36122f57d4a01264e990924682
[INFO] testing cedar12/east_core against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedar12%2Feast_core" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cedar12/east_core
[INFO] finished tweaking git repo https://github.com/cedar12/east_core
[INFO] tweaked toml for git repo https://github.com/cedar12/east_core written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cedar12/east_core on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cedar12/east_core 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded parking_lot v0.4.8
[INFO] [stderr]   Downloaded quote v1.0.26
[INFO] [stderr]   Downloaded chashmap v2.2.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.56
[INFO] [stderr]   Downloaded async-trait v0.1.66
[INFO] [stderr]   Downloaded smallvec v0.6.14
[INFO] [stderr]   Downloaded libc v0.2.140
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5
[INFO] running `Command { std: "docker" "start" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling owning_ref v0.3.3
[INFO] [stderr]    Compiling async-trait v0.1.66
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.2.14
[INFO] [stderr]    Compiling parking_lot v0.4.8
[INFO] [stderr]    Compiling chashmap v2.2.2
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling east_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s
[INFO] running `Command { std: "docker" "inspect" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling east_core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/east_core-f3aad541607ae75a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test byte_buf::slice_util::test::test_slice_copy ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests east_core
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/handler.rs - handler::Handler (line 3) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/handler.rs - handler::Handler (line 3) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]  --> src/handler.rs:6:34
[INFO] [stdout]   |
[INFO] [stdout] 6 |   async fn active(&mut self,ctx:&Context<T>);
[INFO] [stdout]   |                                  ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]  --> src/handler.rs:7:32
[INFO] [stdout]   |
[INFO] [stdout] 7 |   async fn read(&mut self,ctx:&Context<T>,msg:T);
[INFO] [stdout]   |                                ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]  --> src/handler.rs:8:33
[INFO] [stdout]   |
[INFO] [stdout] 8 |   async fn close(&mut self,ctx:&Context<T>);
[INFO] [stdout]   |                                 ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Handler<Msg> for MsgHandler {
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<Msg> Handler<Msg> for MsgHandler {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/handler.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn read(&mut self, ctx: &Context<Msg>, msg: Msg) {
[INFO] [stdout]    |                                    ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:16:44
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn read(&mut self, ctx: &Context<Msg>, msg: Msg) {
[INFO] [stdout]    |                                            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<Msg> Handler<Msg> for MsgHandler {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:16:55
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn read(&mut self, ctx: &Context<Msg>, msg: Msg) {
[INFO] [stdout]    |                                                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/handler.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 |     async fn active(&mut self, ctx: &Context<Msg>) {
[INFO] [stdout]    |                                      ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 |     async fn active(&mut self, ctx: &Context<Msg>) {
[INFO] [stdout]    |                                              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<Msg> Handler<Msg> for MsgHandler {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/handler.rs:26:35
[INFO] [stdout]    |
[INFO] [stdout] 26 |     async fn close(&mut self,ctx:&Context<Msg>){
[INFO] [stdout]    |                                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 |     async fn close(&mut self,ctx:&Context<Msg>){
[INFO] [stdout]    |                                           ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<Msg> Handler<Msg> for MsgHandler {
[INFO] [stdout]    |     +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Msg` in this scope
[INFO] [stdout]   --> src/handler.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |         let m=Msg::new(TypesEnum::ProxyOpen, msg.data);
[INFO] [stdout]    |               ^^^ use of undeclared type `Msg`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TypesEnum` in this scope
[INFO] [stdout]   --> src/handler.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |         let m=Msg::new(TypesEnum::ProxyOpen, msg.data);
[INFO] [stdout]    |                        ^^^^^^^^^ use of undeclared type `TypesEnum`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/handler.rs - handler::Handler (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5", kill_on_drop: false }`
[INFO] [stdout] e255d58d2b2b751d7a4a167a46c2d5714b1b6ca3a16d4dc74065818a9070f8e5
