[INFO] fetching crate solana-ownable 1.1.15... [INFO] testing solana-ownable-1.1.15 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate solana-ownable 1.1.15 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate solana-ownable 1.1.15 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate solana-ownable 1.1.15 [INFO] finished tweaking crates.io crate solana-ownable 1.1.15 [INFO] tweaked toml for crates.io crate solana-ownable 1.1.15 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 826e3178b9f6f6d0f55fbb18e64fea40642b5365df0f77862d245265d1069b71 [INFO] running `"docker" "start" "-a" "826e3178b9f6f6d0f55fbb18e64fea40642b5365df0f77862d245265d1069b71"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling solana-ownable v1.1.15 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.14s [INFO] running `"docker" "inspect" "826e3178b9f6f6d0f55fbb18e64fea40642b5365df0f77862d245265d1069b71"` [INFO] running `"docker" "rm" "-f" "826e3178b9f6f6d0f55fbb18e64fea40642b5365df0f77862d245265d1069b71"` [INFO] [stdout] 826e3178b9f6f6d0f55fbb18e64fea40642b5365df0f77862d245265d1069b71 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a6f75ce8bcb73e7f1b31c52efd4713be5a10c3766d0f3ba225214283367db940 [INFO] running `"docker" "start" "-a" "a6f75ce8bcb73e7f1b31c52efd4713be5a10c3766d0f3ba225214283367db940"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling solana-rayon-threadlimit v1.2.0 [INFO] [stderr] Compiling paste-impl v0.1.16 [INFO] [stderr] Compiling solana-stake-program v1.2.0 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling paste v0.1.16 [INFO] [stderr] Compiling jemalloc-ctl v0.3.3 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling solana-measure v1.2.0 [INFO] [stderr] Compiling solana-runtime v1.2.0 [INFO] [stderr] Compiling solana-ownable v1.1.15 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `add_static_program` found for struct `solana_runtime::bank::Bank` in the current scope [INFO] [stderr] --> src/ownable_processor.rs:74:14 [INFO] [stderr] | [INFO] [stderr] 74 | bank.add_static_program("ownable_program", crate::id(), process_instruction); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `add_native_program` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `solana-ownable`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a6f75ce8bcb73e7f1b31c52efd4713be5a10c3766d0f3ba225214283367db940"` [INFO] running `"docker" "rm" "-f" "a6f75ce8bcb73e7f1b31c52efd4713be5a10c3766d0f3ba225214283367db940"` [INFO] [stdout] a6f75ce8bcb73e7f1b31c52efd4713be5a10c3766d0f3ba225214283367db940