[INFO] updating cached repository https://github.com/gfreezy/bitcask [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] 4a0475a91a4db48067214ef93645f4e329b0175e [INFO] testing gfreezy/bitcask against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfreezy%2Fbitcask" "/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/gfreezy/bitcask on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gfreezy/bitcask [INFO] finished tweaking git repo https://github.com/gfreezy/bitcask [INFO] tweaked toml for git repo https://github.com/gfreezy/bitcask written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/gfreezy/bitcask already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stdout] c10cbec5c9f7217c19aae106ef3d42d49018b4700d3036c8b74f286202293079 [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" "c10cbec5c9f7217c19aae106ef3d42d49018b4700d3036c8b74f286202293079"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling error-chain v0.2.2 [INFO] [stderr] Compiling memcached-protocal v0.1.11 [INFO] [stderr] Compiling bitcask v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `protocal` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | mod protocal; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `protocal`, create file "src/protocal.rs" [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `protocal::memcached` [INFO] [stderr] --> src/main.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | use ::protocal::memcached::MemcachedClient; [INFO] [stderr] | ^^^^^^^^^ could not find `memcached` in `protocal` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bitcask/bitcask.rs:126:25 [INFO] [stderr] | [INFO] [stderr] 126 | let value_pos = try!(self.write_data.write(&data_entry)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bitcask/bitcask.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 152 | try!(self._put_file(key.as_bytes(), TOMBSTONE.to_vec())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bitcask/bitcask.rs:159:25 [INFO] [stderr] | [INFO] [stderr] 159 | let value_pos = try!(self._put_file(key.as_bytes(), value)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `bitcask`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c10cbec5c9f7217c19aae106ef3d42d49018b4700d3036c8b74f286202293079"` [INFO] running `"docker" "rm" "-f" "c10cbec5c9f7217c19aae106ef3d42d49018b4700d3036c8b74f286202293079"` [INFO] [stdout] c10cbec5c9f7217c19aae106ef3d42d49018b4700d3036c8b74f286202293079