[INFO] crate near-vm-logic 0.4.2 is already in cache [INFO] checking near-vm-logic-0.4.2 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate near-vm-logic 0.4.2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate near-vm-logic 0.4.2 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate near-vm-logic 0.4.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate near-vm-logic 0.4.2 [INFO] tweaked toml for crates.io crate near-vm-logic 0.4.2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 59c267bdc09ec9fe79fe96bdda7e7bbcfd378cefa9c7aff583c090f69c31f605 [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" "59c267bdc09ec9fe79fe96bdda7e7bbcfd378cefa9c7aff583c090f69c31f605"` [INFO] [stderr] Checking near-vm-errors v0.4.3 [INFO] [stderr] Checking near-runtime-fees v0.4.3 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking near-vm-logic v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}>` is not satisfied [INFO] [stderr] --> src/logic.rs:211:17 [INFO] [stderr] | [INFO] [stderr] 211 | Err(HostError::InvalidRegisterId.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:832:95 [INFO] [stderr] | [INFO] [stderr] 832 | self.promises.get(*promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:919:90 [INFO] [stderr] | [INFO] [stderr] 919 | self.promises.get(promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:953:90 [INFO] [stderr] | [INFO] [stderr] 953 | self.promises.get(promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:1448:57 [INFO] [stderr] | [INFO] [stderr] 1448 | .ok_or(HostError::InvalidPromiseResultIndex)? [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseResultIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:1479:51 [INFO] [stderr] | [INFO] [stderr] 1479 | .ok_or(HostError::InvalidPromiseIndex)? [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}>` is not satisfied [INFO] [stderr] --> src/logic.rs:1921:24 [INFO] [stderr] | [INFO] [stderr] 1921 | return Err(HostError::IteratorWasInvalidated.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/logic.rs:1923:24 [INFO] [stderr] | [INFO] [stderr] 1923 | return Err(HostError::InvalidIteratorIndex.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | None => Err(HostError::InvalidIteratorIndex.into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | Err(HostError::InvalidIteratorIndex.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | return Err(HostError::InvalidReceiptIndex.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `near-vm-logic`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}>` is not satisfied [INFO] [stderr] --> src/logic.rs:211:17 [INFO] [stderr] | [INFO] [stderr] 211 | Err(HostError::InvalidRegisterId.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidRegisterId}` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:832:95 [INFO] [stderr] | [INFO] [stderr] 832 | self.promises.get(*promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:919:90 [INFO] [stderr] | [INFO] [stderr] 919 | self.promises.get(promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:953:90 [INFO] [stderr] | [INFO] [stderr] 953 | self.promises.get(promise_idx as usize).ok_or(HostError::InvalidPromiseIndex)?; [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:1448:57 [INFO] [stderr] | [INFO] [stderr] 1448 | .ok_or(HostError::InvalidPromiseResultIndex)? [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseResultIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] --> src/logic.rs:1479:51 [INFO] [stderr] | [INFO] [stderr] 1479 | .ok_or(HostError::InvalidPromiseIndex)? [INFO] [stderr] | ^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidPromiseIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}>` is not satisfied [INFO] [stderr] --> src/logic.rs:1921:24 [INFO] [stderr] | [INFO] [stderr] 1921 | return Err(HostError::IteratorWasInvalidated.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::IteratorWasInvalidated}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/logic.rs:1923:24 [INFO] [stderr] | [INFO] [stderr] 1923 | return Err(HostError::InvalidIteratorIndex.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | None => Err(HostError::InvalidIteratorIndex.into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:101:17 [INFO] [stderr] | [INFO] [stderr] 101 | Err(HostError::InvalidIteratorIndex.into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidIteratorIndex}` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `near_vm_errors::HostErrorOrStorageError: std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}>` is not satisfied [INFO] [stderr] --> src/mocks/mock_external.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | return Err(HostError::InvalidReceiptIndex.into()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}>` is not implemented for `near_vm_errors::HostErrorOrStorageError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `fn(u64) -> near_vm_errors::HostError {near_vm_errors::HostError::InvalidReceiptIndex}` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `near-vm-logic`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59c267bdc09ec9fe79fe96bdda7e7bbcfd378cefa9c7aff583c090f69c31f605"` [INFO] running `"docker" "rm" "-f" "59c267bdc09ec9fe79fe96bdda7e7bbcfd378cefa9c7aff583c090f69c31f605"` [INFO] [stdout] 59c267bdc09ec9fe79fe96bdda7e7bbcfd378cefa9c7aff583c090f69c31f605