[INFO] updating cached repository https://github.com/ivanceras/old-rustorm [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] afc29b9edb9eee1fc805d07237549a0bc7d4ee77 [INFO] checking ivanceras/old-rustorm against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fold-rustorm" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ivanceras/old-rustorm 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/ivanceras/old-rustorm [INFO] removed path dependency rustorm-derive from git repo https://github.com/ivanceras/old-rustorm [INFO] finished tweaking git repo https://github.com/ivanceras/old-rustorm [INFO] tweaked toml for git repo https://github.com/ivanceras/old-rustorm written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/ivanceras/old-rustorm 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 6c9746a459c257e6a6834af80f2d906d8d630dc2ab57b1d62388ba0a8a9b0684 [INFO] running `"docker" "start" "-a" "6c9746a459c257e6a6834af80f2d906d8d630dc2ab57b1d62388ba0a8a9b0684"` [INFO] [stderr] Checking phf_shared v0.7.15 [INFO] [stderr] Checking itoa v0.1.1 [INFO] [stderr] Checking serde v0.7.15 [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Checking scheduled-thread-pool v0.1.0 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking pretty_assertions v0.1.2 [INFO] [stderr] Checking r2d2 v0.7.4 [INFO] [stderr] Checking phf v0.7.15 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Compiling rustorm-derive v0.1.0 [INFO] [stderr] Checking postgres v0.11.12 [INFO] [stderr] Checking serde_json v0.7.4 [INFO] [stderr] Checking r2d2_postgres v0.10.1 [INFO] [stderr] Checking rustorm v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_insert_sqlite.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/em_insert_sqlite.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> tests/test_crud.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_get_all.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stderr] --> examples/simple_insert.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/simple_insert.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stderr] --> tests/test_simple.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `rustorm::platform::Postgres` [INFO] [stderr] --> examples/simple_query.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustorm::platform::Postgres; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Postgres` in `platform` [INFO] [stderr] [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/simple_query.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/bazaar_v8").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_delete.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stdout] Attribute { style: Outer, value: NameValue(Ident("table"), Str("users", Cooked)), is_sugared_doc: false } [INFO] [stderr] --> examples/em_insert.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/em_insert.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/derive_test.rs:30:20 [INFO] [stderr] | [INFO] [stderr] 30 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_update.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let db = pool::db_with_url("postgres://postgres:p0stgr3s@localhost/mock").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/em_update.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `db_with_url` in module `pool` [INFO] [stderr] --> examples/em_get_all_sqlite.rs:37:20 [INFO] [stderr] | [INFO] [stderr] 37 | let db = pool::db_with_url("sqlite:///file.db").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `pool` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6c9746a459c257e6a6834af80f2d906d8d630dc2ab57b1d62388ba0a8a9b0684"` [INFO] running `"docker" "rm" "-f" "6c9746a459c257e6a6834af80f2d906d8d630dc2ab57b1d62388ba0a8a9b0684"` [INFO] [stdout] 6c9746a459c257e6a6834af80f2d906d8d630dc2ab57b1d62388ba0a8a9b0684