[INFO] fetching crate sanakirja 0.13.1... [INFO] checking sanakirja-0.13.1 against beta for pr-78714 [INFO] extracting crate sanakirja 0.13.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate sanakirja 0.13.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sanakirja 0.13.1 [INFO] finished tweaking crates.io crate sanakirja 0.13.1 [INFO] tweaked toml for crates.io crate sanakirja 0.13.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7024627b6d550edf740dd67035c18afd31535508a38701daafef1fa41b9029a5 [INFO] running `Command { std: "docker" "start" "-a" "7024627b6d550edf740dd67035c18afd31535508a38701daafef1fa41b9029a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7024627b6d550edf740dd67035c18afd31535508a38701daafef1fa41b9029a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7024627b6d550edf740dd67035c18afd31535508a38701daafef1fa41b9029a5", kill_on_drop: false }` [INFO] [stdout] 7024627b6d550edf740dd67035c18afd31535508a38701daafef1fa41b9029a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55b35e809689c38c32b968d6180deaf3ab2b204a08fe9184ccb842f7dbabf19c [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" "55b35e809689c38c32b968d6180deaf3ab2b204a08fe9184ccb842f7dbabf19c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking sanakirja v0.13.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking env_logger v0.8.1 [INFO] [stdout] error[E0599]: no method named `mut_txn_begin` found for struct `transaction::Env` in the current scope [INFO] [stdout] --> src/tests.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | let mut txn = env.mut_txn_begin().unwrap(); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this is an associated function, not a method [INFO] [stdout] | help: use associated function syntax instead: `transaction::Env::mut_txn_begin` [INFO] [stdout] | [INFO] [stdout] ::: src/transaction.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct Env { [INFO] [stdout] | -------------- method `mut_txn_begin` not found for this [INFO] [stdout] | [INFO] [stdout] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stdout] note: the candidate is defined in an impl for the type `transaction::Env` [INFO] [stdout] --> src/transaction.rs:493:5 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn mut_txn_begin>(env: E) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `txn_begin` found for struct `transaction::Env` in the current scope [INFO] [stdout] --> src/tests.rs:224:23 [INFO] [stdout] | [INFO] [stdout] 224 | let txn = env.txn_begin().unwrap(); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this is an associated function, not a method [INFO] [stdout] | help: use associated function syntax instead: `transaction::Env::txn_begin` [INFO] [stdout] | [INFO] [stdout] ::: src/transaction.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | pub struct Env { [INFO] [stdout] | -------------- method `txn_begin` not found for this [INFO] [stdout] | [INFO] [stdout] = note: found the following associated functions; to be used as methods, functions must have a `self` parameter [INFO] [stdout] note: the candidate is defined in an impl for the type `transaction::Env` [INFO] [stdout] --> src/transaction.rs:480:5 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn txn_begin>(env: E) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sanakirja` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "55b35e809689c38c32b968d6180deaf3ab2b204a08fe9184ccb842f7dbabf19c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55b35e809689c38c32b968d6180deaf3ab2b204a08fe9184ccb842f7dbabf19c", kill_on_drop: false }` [INFO] [stdout] 55b35e809689c38c32b968d6180deaf3ab2b204a08fe9184ccb842f7dbabf19c