[INFO] updating cached repository https://github.com/wuminzhe/matching-rs [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] c74254d0e4d972c8b6735cd068d5f349e92683c5 [INFO] checking wuminzhe/matching-rs against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwuminzhe%2Fmatching-rs" "/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/wuminzhe/matching-rs on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wuminzhe/matching-rs [INFO] finished tweaking git repo https://github.com/wuminzhe/matching-rs [INFO] tweaked toml for git repo https://github.com/wuminzhe/matching-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/wuminzhe/matching-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+beta-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] b21f074eac90087f31a6ee11ed0ba0d84d55009c5632ddf4827c7edc13c843ae [INFO] running `"docker" "start" "-a" "b21f074eac90087f31a6ee11ed0ba0d84d55009c5632ddf4827c7edc13c843ae"` [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Compiling mysql v16.0.2 [INFO] [stderr] Checking intrusive-collections v0.6.8 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking aho-corasick v0.7.4 [INFO] [stderr] Compiling lexical-core v0.4.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling lexical v2.2.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking openssl v0.10.23 [INFO] [stderr] Checking flate2 v1.0.9 [INFO] [stderr] Checking stackvector v1.0.6 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking twox-hash v1.4.2 [INFO] [stderr] Checking regex v1.1.7 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.95 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling snafu-derive v0.4.1 [INFO] [stderr] Checking snafu v0.4.1 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling git2 v0.9.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling built v0.3.1 [INFO] [stderr] Checking amq-protocol-types v1.2.0 [INFO] [stderr] Checking handlebars v1.1.0 [INFO] [stderr] Checking mysql_common v0.17.1 [INFO] [stderr] Compiling amiquip v0.3.0 [INFO] [stderr] Checking amq-protocol-codegen v1.4.0 [INFO] [stderr] Compiling amq-protocol v1.4.0 [INFO] [stderr] Checking matching-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/engine/engine.rs:122:26 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new<'b>(on_trade: &'b dyn Fn(TradeEvent), on_cancel: &'b dyn Fn(u64)) -> Engine<'b> { [INFO] [stderr] | ------------------------------------------------------------------------------------------ defined here [INFO] [stderr] ... [INFO] [stderr] 122 | let mut engine = Engine::new(on_trade); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `matching-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b21f074eac90087f31a6ee11ed0ba0d84d55009c5632ddf4827c7edc13c843ae"` [INFO] running `"docker" "rm" "-f" "b21f074eac90087f31a6ee11ed0ba0d84d55009c5632ddf4827c7edc13c843ae"` [INFO] [stdout] b21f074eac90087f31a6ee11ed0ba0d84d55009c5632ddf4827c7edc13c843ae