[INFO] fetching crate librist-rust 0.2.0... [INFO] checking librist-rust-0.2.0 against try#81275a1445c7502a974118e0c69b795ab60be991 for pr-80243 [INFO] extracting crate librist-rust 0.2.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate librist-rust 0.2.0 on toolchain 81275a1445c7502a974118e0c69b795ab60be991 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate librist-rust 0.2.0 [INFO] finished tweaking crates.io crate librist-rust 0.2.0 [INFO] tweaked toml for crates.io crate librist-rust 0.2.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate librist-rust 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded librist-sys v0.4.0 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e73c1268a9aa35404e402091c5e703beca2fa85e84e360cc91ce48271250a3d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4e73c1268a9aa35404e402091c5e703beca2fa85e84e360cc91ce48271250a3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e73c1268a9aa35404e402091c5e703beca2fa85e84e360cc91ce48271250a3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e73c1268a9aa35404e402091c5e703beca2fa85e84e360cc91ce48271250a3d", kill_on_drop: false }` [INFO] [stdout] 4e73c1268a9aa35404e402091c5e703beca2fa85e84e360cc91ce48271250a3d [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+81275a1445c7502a974118e0c69b795ab60be991" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be7cc176eac52f0bdafdb641f1d2524d9880e0a7944225f462c4044e4a9d7b42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "be7cc176eac52f0bdafdb641f1d2524d9880e0a7944225f462c4044e4a9d7b42", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Checking itertools v0.4.19 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Checking hexdump v0.1.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling librist-sys v0.4.0 [INFO] [stderr] Checking librist-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/lib.rs:314:19 [INFO] [stdout] | [INFO] [stdout] 314 | let ctx = ReceiverContext::create(Profile::Simple, logging_settings); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ --------------- ---------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/lib.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn create(profile: Profile, logging_settings: LoggingSettings, callback: CB) -> Result, RistError> { [INFO] [stdout] | ^^^^^^ ---------------- --------------------------------- ------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `librist-rust` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/lib.rs:73:74 [INFO] [stdout] | [INFO] [stdout] 73 | libc::fdopen(logfile.as_raw_fd(), CString::new("w").unwrap().as_ptr()) [INFO] [stdout] | -------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "be7cc176eac52f0bdafdb641f1d2524d9880e0a7944225f462c4044e4a9d7b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be7cc176eac52f0bdafdb641f1d2524d9880e0a7944225f462c4044e4a9d7b42", kill_on_drop: false }` [INFO] [stdout] be7cc176eac52f0bdafdb641f1d2524d9880e0a7944225f462c4044e4a9d7b42