[INFO] cloning repository https://github.com/ellipticoin/rust-mock-ellipticoin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ellipticoin/rust-mock-ellipticoin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-mock-ellipticoin"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-mock-ellipticoin'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8c411fdd2639c226cf8ed7073c0388efcbca924d [INFO] checking ellipticoin/rust-mock-ellipticoin against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fellipticoin%2Frust-mock-ellipticoin" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ellipticoin/rust-mock-ellipticoin on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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-3/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" "+nightly-2019-10-27" "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-3/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" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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] Downloading crates ... [INFO] [stderr] Downloaded secp256k1 v0.10.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=allow" "-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" "+nightly-2019-10-27" "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] 931b4da5372f5b2b804628d489163b86c27f880537d864bf502926806e0b8df7 [INFO] running `"docker" "start" "-a" "931b4da5372f5b2b804628d489163b86c27f880537d864bf502926806e0b8df7"` [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 syn v0.15.44 [INFO] [stderr] Compiling secp256k1 v0.10.0 [INFO] [stderr] Checking serde_cbor v0.9.0 [INFO] [stderr] Checking wee_alloc v0.4.5 [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] 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] 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" "931b4da5372f5b2b804628d489163b86c27f880537d864bf502926806e0b8df7"` [INFO] running `"docker" "rm" "-f" "931b4da5372f5b2b804628d489163b86c27f880537d864bf502926806e0b8df7"` [INFO] [stdout] 931b4da5372f5b2b804628d489163b86c27f880537d864bf502926806e0b8df7