[INFO] updating cached repository https://github.com/ellipticoin/rust-mock-ellipticoin [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] 8c411fdd2639c226cf8ed7073c0388efcbca924d [INFO] checking ellipticoin/rust-mock-ellipticoin against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-mock-ellipticoin" "/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/ellipticoin/rust-mock-ellipticoin on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ellipticoin/rust-mock-ellipticoin [INFO] removed path dependency ellipticoin from git repo https://github.com/ellipticoin/rust-mock-ellipticoin [INFO] removed path dependency wasm-rpc from git repo https://github.com/ellipticoin/rust-mock-ellipticoin [INFO] finished tweaking git repo https://github.com/ellipticoin/rust-mock-ellipticoin [INFO] tweaked toml for git repo https://github.com/ellipticoin/rust-mock-ellipticoin written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/ellipticoin/rust-mock-ellipticoin already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (ellipticoin) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (wasm-rpc) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [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] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (ellipticoin) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (wasm-rpc) 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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 64d53fecb876d3e2c04483bd6d974ef0ba8a115f663b5d5ca1b2b5fa94880a3d [INFO] running `"docker" "start" "-a" "64d53fecb876d3e2c04483bd6d974ef0ba8a115f663b5d5ca1b2b5fa94880a3d"` [INFO] [stderr] warning: dependency (ellipticoin) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (wasm-rpc) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Compiling secp256k1 v0.10.0 [INFO] [stderr] Checking serde_cbor v0.9.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking wasm-rpc v0.2.12 [INFO] [stderr] Compiling wasm-rpc-macros v0.2.12 [INFO] [stderr] Checking ellipticoin v0.1.5 [INFO] [stderr] Checking mock-ellipticoin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `_print_args` in crate `$crate` [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0659]: `println` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `println` could refer to the macro imported here [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use wasm_rpc::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `println` to disambiguate [INFO] [stderr] = help: or use `crate::println` to refer to this macro unambiguously [INFO] [stderr] note: `println` could also refer to the macro imported here [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0659]: `print` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `print` could refer to the macro imported here [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use wasm_rpc::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `print` to disambiguate [INFO] [stderr] = help: or use `crate::print` to refer to this macro unambiguously [INFO] [stderr] note: `print` could also refer to the macro imported here [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Dereferenceable`, `Referenceable` [INFO] [stderr] --> src/lib.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | use wasm_rpc::{Bytes, Dereferenceable, Referenceable}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:53:59 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn update>>(key: K, update_function: &Fn(Vec) -> Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0659. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `mock-ellipticoin`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `_print_args` in crate `$crate` [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0659]: `println` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `println` could refer to the macro imported here [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use wasm_rpc::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `println` to disambiguate [INFO] [stderr] = help: or use `crate::println` to refer to this macro unambiguously [INFO] [stderr] note: `println` could also refer to the macro imported here [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0659]: `print` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/lib.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | println!("{:?}", message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] note: `print` could refer to the macro imported here [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use wasm_rpc::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = help: consider adding an explicit import of `print` to disambiguate [INFO] [stderr] = help: or use `crate::print` to refer to this macro unambiguously [INFO] [stderr] note: `print` could also refer to the macro imported here [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Dereferenceable`, `Referenceable` [INFO] [stderr] --> src/lib.rs:15:23 [INFO] [stderr] | [INFO] [stderr] 15 | use wasm_rpc::{Bytes, Dereferenceable, Referenceable}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:53:59 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn update>>(key: K, update_function: &Fn(Vec) -> Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0659. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `mock-ellipticoin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "64d53fecb876d3e2c04483bd6d974ef0ba8a115f663b5d5ca1b2b5fa94880a3d"` [INFO] running `"docker" "rm" "-f" "64d53fecb876d3e2c04483bd6d974ef0ba8a115f663b5d5ca1b2b5fa94880a3d"` [INFO] [stdout] 64d53fecb876d3e2c04483bd6d974ef0ba8a115f663b5d5ca1b2b5fa94880a3d