[INFO] fetching crate rethinkdb 0.1.0...
[INFO] testing rethinkdb-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rethinkdb 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate rethinkdb 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate rethinkdb 0.1.0
[INFO] tweaked toml for crates.io crate rethinkdb 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rethinkdb 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/tomjakubowski/json_macros`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d2226d8eed448c56a96d9ed78eaf0161c6f32352d04a7ee545da9b1fbac398c
[INFO] running `Command { std: "docker" "start" "-a" "1d2226d8eed448c56a96d9ed78eaf0161c6f32352d04a7ee545da9b1fbac398c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d2226d8eed448c56a96d9ed78eaf0161c6f32352d04a7ee545da9b1fbac398c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d2226d8eed448c56a96d9ed78eaf0161c6f32352d04a7ee545da9b1fbac398c", kill_on_drop: false }`
[INFO] [stdout] 1d2226d8eed448c56a96d9ed78eaf0161c6f32352d04a7ee545da9b1fbac398c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99b6c67925f98d6ce29d75144e9228e29ca920066789fad4392b3e4ae2b3ff2d
[INFO] running `Command { std: "docker" "start" "-a" "99b6c67925f98d6ce29d75144e9228e29ca920066789fad4392b3e4ae2b3ff2d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rethinkdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected identifier, found keyword `mod`
[INFO] [stdout]  --> src/errors.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serialize::json::{mod, Json};
[INFO] [stdout]   |                       ^^^ expected identifier, found keyword
[INFO] [stdout]   |
[INFO] [stdout] help: escape `mod` to use it as an identifier
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serialize::json::{r#mod, Json};
[INFO] [stdout]   |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `mod`
[INFO] [stdout]  --> src/net/response.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use errors::Error::{mod, ProtocolError};
[INFO] [stdout]   |                     ^^^ expected identifier, found keyword
[INFO] [stdout]   |
[INFO] [stdout] help: escape `mod` to use it as an identifier
[INFO] [stdout]   |
[INFO] [stdout] 4 | use errors::Error::{r#mod, ProtocolError};
[INFO] [stdout]   |                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found keyword `mod`
[INFO] [stdout]  --> src/query/mod.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serialize::json::{mod, ToJson};
[INFO] [stdout]   |                       ^^^ expected identifier, found keyword
[INFO] [stdout]   |
[INFO] [stdout] help: escape `mod` to use it as an identifier
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serialize::json::{r#mod, ToJson};
[INFO] [stdout]   |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `serialize`
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate serialize;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `log`
[INFO] [stdout]  --> src/lib.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[phase(plugin, link)] extern crate log;
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::error::FromError`
[INFO] [stdout]  --> src/errors.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::error::FromError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::collections::TreeMap`
[INFO] [stdout]  --> src/net/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::TreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^-------
[INFO] [stdout]   |     |                 |
[INFO] [stdout]   |     |                 help: a similar name exists in the module: `BTreeMap`
[INFO] [stdout]   |     no `TreeMap` in `collections`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `net` in `io`
[INFO] [stdout]   --> src/net/mod.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io::net::tcp::TcpStream;
[INFO] [stdout]    |              ^^^ could not find `net` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::BufferedStream`, `std::io::IoResult`
[INFO] [stdout]   --> src/net/mod.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::io::{BufferedStream, IoResult};
[INFO] [stdout]    |               ^^^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout]    |               |               |
[INFO] [stdout]    |               |               no `IoResult` in `io`
[INFO] [stdout]    |               |               help: a similar name exists in the module: `Result`
[INFO] [stdout]    |               no `BufferedStream` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::MemReader`
[INFO] [stdout]   --> src/net/mod.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |             use std::io::MemReader;
[INFO] [stdout]    |                 ^^^^^^^^^---------
[INFO] [stdout]    |                 |        |
[INFO] [stdout]    |                 |        help: a similar name exists in the module: `BufReader`
[INFO] [stdout]    |                 no `MemReader` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `errors::Error::r#mod`
[INFO] [stdout]  --> src/net/response.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use errors::Error::{mod, ProtocolError};
[INFO] [stdout]   |                     ^^^ no `r#mod` in `errors::Error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]  --> src/lib.rs:3:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[phase(plugin, link)] extern crate log;
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/errors.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[deriving(Show)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]  --> src/net/response.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[deriving(Show, PartialEq, Eq)]
[INFO] [stdout]   |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/net/response.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[deriving(Show)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/net/response.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[deriving(Show)]
[INFO] [stdout]    |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `debug` in this scope
[INFO] [stdout]   --> src/net/mod.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         debug!("Response: {}", res);
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:132:3
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[deriving(Decodable, Show)]
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/db.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / term! {
[INFO] [stdout] 21 | |     Db -> () {
[INFO] [stdout] 22 | |         name: String
[INFO] [stdout] 23 | |     } ty::DB
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/db.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / term! {
[INFO] [stdout] 45 | |     DbCreate -> () {
[INFO] [stdout] 46 | |         name: String
[INFO] [stdout] 47 | |     } ty::DB_CREATE
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/db.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / term! {
[INFO] [stdout] 51 | |     DbDrop -> () {
[INFO] [stdout] 52 | |         name: String
[INFO] [stdout] 53 | |     } ty::DB_DROP
[INFO] [stdout] 54 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:60:11
[INFO] [stdout]    |
[INFO] [stdout] 60 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/db.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | / term! {
[INFO] [stdout] 57 | |     DbList -> Vec<String> ; ty::DB_LIST
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / term! {
[INFO] [stdout]   7 | |     enum TableCreate -> () {
[INFO] [stdout]   8 | |         TableCreate1 { name: String },
[INFO] [stdout]   9 | |         TableCreate2 { db: Db, name: String }
[INFO] [stdout]  10 | |     } ty::TABLE_CREATE
[INFO] [stdout]  11 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | / term! {
[INFO] [stdout]  18 | |     enum TableDrop -> () {
[INFO] [stdout]  19 | |         TableDrop1 { name: String},
[INFO] [stdout]  20 | |         TableDrop2 { db: Db, name: String }
[INFO] [stdout]  21 | |     } ty::TABLE_DROP
[INFO] [stdout]  22 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:28:1
[INFO] [stdout]     |
[INFO] [stdout]  28 | / term! {
[INFO] [stdout]  29 | |     enum TableList -> Vec<String> {
[INFO] [stdout]  30 | |         TableList1 { db: Db },
[INFO] [stdout]  31 | |         TableList0
[INFO] [stdout]  32 | |     } ty::TABLE_LIST
[INFO] [stdout]  33 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / term! {
[INFO] [stdout]  40 | |     // FIXME: should return an iterator over the documents of the table
[INFO] [stdout]  41 | |     enum Table -> () {
[INFO] [stdout]  42 | |         Table1 { name: String },
[INFO] [stdout]  43 | |         Table2 { db: Db, name: String }
[INFO] [stdout]  44 | |     } ty::TABLE
[INFO] [stdout]  45 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/table.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | / term! {
[INFO] [stdout] 74 | |     // FIXME: Get should really be generic in its reql return type to support decoding
[INFO] [stdout] 75 | |     // responses directly into structs
[INFO] [stdout] 76 | |     Get -> json::Json {
[INFO] [stdout] ...  |
[INFO] [stdout] 79 | |     } ty::GET
[INFO] [stdout] 80 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]   --> src/query/mod.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |           #[deriving(Show)]
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/query/table.rs:88:1
[INFO] [stdout]    |
[INFO] [stdout] 88 | / term! {
[INFO] [stdout] 89 | |     Insert -> Writes {
[INFO] [stdout] 90 | |         table: Table,
[INFO] [stdout] 91 | |         document: json::Json
[INFO] [stdout] 92 | |     } ty::INSERT
[INFO] [stdout] 93 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:95:1
[INFO] [stdout]     |
[INFO] [stdout]  95 | / term! {
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |     } ty::DELETE
[INFO] [stdout] 102 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:78:11
[INFO] [stdout]     |
[INFO] [stdout]  78 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / term! {
[INFO] [stdout] 105 | |     IndexCreate -> () {
[INFO] [stdout] 106 | |         table: Table,
[INFO] [stdout] 107 | |         name: String
[INFO] [stdout] 108 | |     } ty::INDEX_CREATE
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:78:11
[INFO] [stdout]     |
[INFO] [stdout]  78 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | / term! {
[INFO] [stdout] 112 | |     IndexDrop -> () {
[INFO] [stdout] 113 | |         table: Table,
[INFO] [stdout] 114 | |         name: String
[INFO] [stdout] 115 | |     } ty::INDEX_DROP
[INFO] [stdout] 116 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/query/mod.rs:78:11
[INFO] [stdout]     |
[INFO] [stdout]  78 |           #[deriving(Show)]
[INFO] [stdout]     |             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/query/table.rs:118:1
[INFO] [stdout]     |
[INFO] [stdout] 118 | / term! {
[INFO] [stdout] 119 | |     IndexList -> Vec<String> {
[INFO] [stdout] 120 | |         table: Table
[INFO] [stdout] 121 | |     } ty::INDEX_LIST
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `term` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io`
[INFO] [stdout]   --> src/errors.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     IoError(io::IoError)
[INFO] [stdout]    |                 ^^^^^^^ not found in `io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `Error::IoError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 22 -     IoError(io::IoError)
[INFO] [stdout] 22 +     IoError(Error)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io`
[INFO] [stdout]   --> src/errors.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl FromError<io::IoError> for Error {
[INFO] [stdout]    |                    ^^^^^^^ not found in `io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `Error::IoError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 43 - impl FromError<io::IoError> for Error {
[INFO] [stdout] 43 + impl FromError<Error> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io`
[INFO] [stdout]   --> src/errors.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn from_error(e: io::IoError) -> Error { Error::IoError(e) }
[INFO] [stdout]    |                          ^^^^^^^ not found in `io`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `Error::IoError`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 44 -     fn from_error(e: io::IoError) -> Error { Error::IoError(e) }
[INFO] [stdout] 44 +     fn from_error(e: Error) -> Error { Error::IoError(e) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Error`
[INFO] [stdout]   --> src/net/response.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 n => Err(Error::from_code_res(n, raw.res))
[INFO] [stdout]    |                          ^^^^^ use of undeclared type `Error`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use net::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stdout]   --> src/net/mod.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl fmt::Show for Connection {
[INFO] [stdout]    |           ^^^^ not found in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `StrAllocating` in this scope
[INFO] [stdout]   --> src/net/mod.rs:53:22
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn use_db<S: StrAllocating>(&mut self, db: S) {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/net/mod.rs:84:50
[INFO] [stdout]    |
[INFO] [stdout] 84 |         assert!(query_size <= ::std::i32::MAX as uint);
[INFO] [stdout]    |                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/net/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |         self.stream.read_exact(recv_size as uint)
[INFO] [stdout]    |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_types, if_let, macro_rules, phase)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `macro_rules` has been stable since `1.0.0` and no longer requires an attribute to enable
[INFO] [stdout]   = help: the feature `macro_rules` has been stable since `1.0.0` and no longer requires an attribute to enable
[INFO] [stdout]   = help: the feature `macro_rules` has been stable since `1.0.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let response_buf = try!(self.execute_json(query));
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         try!(self.stream.write_le_u64(token));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |         try!(self.stream.write_le_i32(query_size as i32));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         try!(self.stream.write(query));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         try!(self.stream.flush());
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:91:27
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let _recv_token = try!(self.stream.read_le_u64());
[INFO] [stdout]    |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/net/mod.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let recv_size = try!(self.stream.read_le_u32());
[INFO] [stdout]    |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let mut x = try!(self.stream.read_byte());
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |             x = try!(self.stream.read_byte());
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         try!(self.stream.write_le_i32(VERSION_MAGIC_NUMBER));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |         try!(self.stream.write_le_i32(api_key_len));
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         try!(self.stream.flush());
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     try!(conn.write_handshake());
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:124:22
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let stream = try!(TcpStream::connect((host, port)));
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let mut conn = try!(make_conn(host, port));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/net/mod.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |     let response = try!(conn.read_handshake_reply());
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_types` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_types, if_let, macro_rules, phase)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `if_let` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_types, if_let, macro_rules, phase)]
[INFO] [stdout]   |                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:38
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_types, if_let, macro_rules, phase)]
[INFO] [stdout]   |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]  --> src/lib.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_types, if_let, macro_rules, phase)]
[INFO] [stdout]   |                                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/errors.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     JsonParseError(json::ParserError),
[INFO] [stdout]    |                    ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/errors.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 |             Some([json::String(ref x)]) => x.to_string(),
[INFO] [stdout]    |                   ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/errors.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl FromError<json::ParserError> for Error {
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/errors.rs:48:22
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn from_error(e: json::ParserError) -> Error { Error::JsonParseError(e) }
[INFO] [stdout]    |                      ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/query/mod.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn args(&self) -> Vec<json::Json>; // FIXME: Args input type? rust/#17388 is problem
[INFO] [stdout]    |                           ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `json`
[INFO] [stdout]   --> src/query/mod.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn opt_args(&self) -> Option<json::JsonObject> {
[INFO] [stdout]    |                                  ^^^^ use of unresolved module or unlinked crate `json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `json`, use `cargo add json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0463, E0554, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rethinkdb` (lib) due to 48 previous errors; 19 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "99b6c67925f98d6ce29d75144e9228e29ca920066789fad4392b3e4ae2b3ff2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99b6c67925f98d6ce29d75144e9228e29ca920066789fad4392b3e4ae2b3ff2d", kill_on_drop: false }`
[INFO] [stdout] 99b6c67925f98d6ce29d75144e9228e29ca920066789fad4392b3e4ae2b3ff2d
