[INFO] updating cached repository https://github.com/zrneely/onitama
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] b5933f8740612be54cfd0751fc5fca09b1ebc112
[INFO] checking zrneely/onitama against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrneely%2Fonitama" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/zrneely/onitama on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/zrneely/onitama
[INFO] removed path dependency wamp_async from git repo https://github.com/zrneely/onitama
[INFO] finished tweaking git repo https://github.com/zrneely/onitama
[INFO] tweaked toml for git repo https://github.com/zrneely/onitama written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/zrneely/onitama already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (wamp_async) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (wamp_async) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] f80807c29c9db943d50a489fc80a3f8a838cfc468dabed55121e59da80577806
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "f80807c29c9db943d50a489fc80a3f8a838cfc468dabed55121e59da80577806"`
[INFO] [stderr] warning: dependency (wamp_async) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking rmp v0.8.9
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking native-tls v0.2.4
[INFO] [stderr]    Compiling async-trait v0.1.30
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking rmp-serde v0.14.3
[INFO] [stderr]     Checking tungstenite v0.10.1
[INFO] [stderr]     Checking tokio v0.2.18
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking tokio-tungstenite v0.10.1
[INFO] [stderr]     Checking wamp_async v0.1.0
[INFO] [stderr]     Checking onitama v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `wamp_async::client::ClientConfig` in the current scope
[INFO] [stderr]    --> src/main.rs:216:39
[INFO] [stderr]     |
[INFO] [stderr] 216 |             wamp_async::ClientConfig::new().set_serializers(vec![wamp_async::SerializerType::Json]),
[INFO] [stderr]     |                                       ^^^ function or associated item not found in `wamp_async::client::ClientConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `event_loop` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:223:10
[INFO] [stderr]     |
[INFO] [stderr] 223 |         .event_loop()
[INFO] [stderr]     |          ^^^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `wamp_async::client::ClientConfig` in the current scope
[INFO] [stderr]    --> src/main.rs:216:39
[INFO] [stderr]     |
[INFO] [stderr] 216 |             wamp_async::ClientConfig::new().set_serializers(vec![wamp_async::SerializerType::Json]),
[INFO] [stderr]     |                                       ^^^ function or associated item not found in `wamp_async::client::ClientConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `join_realm` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:269:10
[INFO] [stderr]     |
[INFO] [stderr] 269 |         .join_realm(WAMP_REALM)
[INFO] [stderr]     |          ^^^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `event_loop` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:223:10
[INFO] [stderr]     |
[INFO] [stderr] 223 |         .event_loop()
[INFO] [stderr]     |          ^^^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `register` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/util.rs:57:42
[INFO] [stderr]     |
[INFO] [stderr] 57  |                           Box::pin($client.register($name, $fn))
[INFO] [stderr]     |                                            ^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/main.rs:274:5
[INFO] [stderr]     |
[INFO] [stderr] 274 | /     rpc_register!(client, {
[INFO] [stderr] 275 | |         "ontm.new_game" => server::make_game,
[INFO] [stderr] 276 | |         "ontm.move" => server::make_move,
[INFO] [stderr] 277 | |         "ontm.join" => server::join_game,
[INFO] [stderr] ...   |
[INFO] [stderr] 280 | |         "ontm.resign" => server::resign_game,
[INFO] [stderr] 281 | |     })
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `join_realm` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:269:10
[INFO] [stderr]     |
[INFO] [stderr] 269 |         .join_realm(WAMP_REALM)
[INFO] [stderr]     |          ^^^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `register` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/util.rs:57:42
[INFO] [stderr]     |
[INFO] [stderr] 57  |                           Box::pin($client.register($name, $fn))
[INFO] [stderr]     |                                            ^^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/main.rs:274:5
[INFO] [stderr]     |
[INFO] [stderr] 274 | /     rpc_register!(client, {
[INFO] [stderr] 275 | |         "ontm.new_game" => server::make_game,
[INFO] [stderr] 276 | |         "ontm.move" => server::make_move,
[INFO] [stderr] 277 | |         "ontm.join" => server::join_game,
[INFO] [stderr] ...   |
[INFO] [stderr] 280 | |         "ontm.resign" => server::resign_game,
[INFO] [stderr] 281 | |     })
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `publish` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:291:14
[INFO] [stderr]     |
[INFO] [stderr] 291 |             .publish(msg.topic, msg.args, msg.kwargs, false)
[INFO] [stderr]     |              ^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `publish` found for tuple `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))` in the current scope
[INFO] [stderr]    --> src/main.rs:291:14
[INFO] [stderr]     |
[INFO] [stderr] 291 |             .publish(msg.topic, msg.args, msg.kwargs, false)
[INFO] [stderr]     |              ^^^^^^^ method not found in `(wamp_async::client::Client, (std::pin::Pin<std::boxed::Box<dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send>>, std::option::Option<tokio::sync::mpsc::unbounded::UnboundedReceiver<std::pin::Pin<std::boxed::Box<(dyn core::future::future::Future<Output = std::result::Result<(), wamp_async::error::WampError>> + std::marker::Send + 'static)>>>>))`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `onitama`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `onitama`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f80807c29c9db943d50a489fc80a3f8a838cfc468dabed55121e59da80577806"`
[INFO] running `"docker" "rm" "-f" "f80807c29c9db943d50a489fc80a3f8a838cfc468dabed55121e59da80577806"`
[INFO] [stdout] f80807c29c9db943d50a489fc80a3f8a838cfc468dabed55121e59da80577806
