[INFO] fetching crate cxmr-tectonic 0.0.1... [INFO] testing cxmr-tectonic-0.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate cxmr-tectonic 0.0.1 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate cxmr-tectonic 0.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cxmr-tectonic 0.0.1 [INFO] finished tweaking crates.io crate cxmr-tectonic 0.0.1 [INFO] tweaked toml for crates.io crate cxmr-tectonic 0.0.1 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af1fd20339a8bb098ec46d944fb71c85ee5dfcdd6fef89a948fbde2449be66a4 [INFO] running `Command { std: "docker" "start" "-a" "af1fd20339a8bb098ec46d944fb71c85ee5dfcdd6fef89a948fbde2449be66a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af1fd20339a8bb098ec46d944fb71c85ee5dfcdd6fef89a948fbde2449be66a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af1fd20339a8bb098ec46d944fb71c85ee5dfcdd6fef89a948fbde2449be66a4", kill_on_drop: false }` [INFO] [stdout] af1fd20339a8bb098ec46d944fb71c85ee5dfcdd6fef89a948fbde2449be66a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41c9f22ab842f58edd9d8d4c3e9896b84256fcac92b126b59e8e9a4a905b3629 [INFO] running `Command { std: "docker" "start" "-a" "41c9f22ab842f58edd9d8d4c3e9896b84256fcac92b126b59e8e9a4a905b3629", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling err-convert-macro v0.0.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling cxmr-balances v0.0.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling cxmr-currency v0.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling cxmr-exchanges v0.0.1 [INFO] [stderr] Compiling cxmr-feeds v0.0.1 [INFO] [stderr] Compiling cxmr-tectonic v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:76:49 [INFO] [stdout] | [INFO] [stdout] 76 | err_converter_no_args!(OptionNone, std::option::NoneError); [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a function that returns `Result` [INFO] [stdout] --> src/dirs.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 36 | / fn is_not_default(path: &Path) -> Result { [INFO] [stdout] 37 | | let symbol = path.file_name()?.to_str()?.split('.').next()?; [INFO] [stdout] | | ^ use `.ok_or(...)?` to provide an error compatible with `Result` [INFO] [stdout] 38 | | Ok(symbol != "default") [INFO] [stdout] 39 | | } [INFO] [stdout] | |_- this function returns a `Result` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a function that returns `Result` [INFO] [stdout] --> src/dirs.rs:37:44 [INFO] [stdout] | [INFO] [stdout] 36 | / fn is_not_default(path: &Path) -> Result { [INFO] [stdout] 37 | | let symbol = path.file_name()?.to_str()?.split('.').next()?; [INFO] [stdout] | | ^ use `.ok_or(...)?` to provide an error compatible with `Result` [INFO] [stdout] 38 | | Ok(symbol != "default") [INFO] [stdout] 39 | | } [INFO] [stdout] | |_- this function returns a `Result` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a function that returns `Result` [INFO] [stdout] --> src/dirs.rs:37:63 [INFO] [stdout] | [INFO] [stdout] 36 | / fn is_not_default(path: &Path) -> Result { [INFO] [stdout] 37 | | let symbol = path.file_name()?.to_str()?.split('.').next()?; [INFO] [stdout] | | ^ use `.ok_or(...)?` to provide an error compatible with `Result` [INFO] [stdout] 38 | | Ok(symbol != "default") [INFO] [stdout] 39 | | } [INFO] [stdout] | |_- this function returns a `Result` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a function that returns `Result` [INFO] [stdout] --> src/dtf.rs:635:42 [INFO] [stdout] | [INFO] [stdout] 634 | / fn split_symbol(symbol: &str) -> Result { [INFO] [stdout] 635 | | let symbol = symbol.split('.').next()?; [INFO] [stdout] | | ^ use `.ok_or(...)?` to provide an error compatible with `Result` [INFO] [stdout] 636 | | let index = symbol.find('_')?; [INFO] [stdout] 637 | | let exchange = Exchange::from_str(&symbol[..index])?; [INFO] [stdout] 638 | | let pair = CurrencyPair::from_str(&symbol[index + 1..])?; [INFO] [stdout] 639 | | Ok(Market::new(exchange, pair)) [INFO] [stdout] 640 | | } [INFO] [stdout] | |_- this function returns a `Result` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s, not `Option`s, in a function that returns `Result` [INFO] [stdout] --> src/dtf.rs:636:33 [INFO] [stdout] | [INFO] [stdout] 634 | / fn split_symbol(symbol: &str) -> Result { [INFO] [stdout] 635 | | let symbol = symbol.split('.').next()?; [INFO] [stdout] 636 | | let index = symbol.find('_')?; [INFO] [stdout] | | ^ use `.ok_or(...)?` to provide an error compatible with `Result` [INFO] [stdout] 637 | | let exchange = Exchange::from_str(&symbol[..index])?; [INFO] [stdout] 638 | | let pair = CurrencyPair::from_str(&symbol[index + 1..])?; [INFO] [stdout] 639 | | Ok(Market::new(exchange, pair)) [INFO] [stdout] 640 | | } [INFO] [stdout] | |_- this function returns a `Result` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cxmr-tectonic` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "41c9f22ab842f58edd9d8d4c3e9896b84256fcac92b126b59e8e9a4a905b3629", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41c9f22ab842f58edd9d8d4c3e9896b84256fcac92b126b59e8e9a4a905b3629", kill_on_drop: false }` [INFO] [stdout] 41c9f22ab842f58edd9d8d4c3e9896b84256fcac92b126b59e8e9a4a905b3629