[INFO] updating cached repository https://github.com/neildunbar/conparse
[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] bc5afed4c7c008437e0fd6822f0eb4740a78ab8e
[INFO] checking neildunbar/conparse against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneildunbar%2Fconparse" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/neildunbar/conparse on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/neildunbar/conparse
[INFO] finished tweaking git repo https://github.com/neildunbar/conparse
[INFO] tweaked toml for git repo https://github.com/neildunbar/conparse written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/neildunbar/conparse already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-6/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/neildunbar/posix.rs.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 2b8aced76ef57fbd65606c77275e309b3e076a82f10ec240fab4daf2366998c1
[INFO] running `"docker" "start" "-a" "2b8aced76ef57fbd65606c77275e309b3e076a82f10ec240fab4daf2366998c1"`
[INFO] [stderr]     Checking log v0.2.5
[INFO] [stderr]     Checking posix v0.1.1 (https://github.com/neildunbar/posix.rs.git#3b3722c5)
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/aio/linux/x86_64.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 |     __pad: [::char_t; 0us],
[INFO] [stderr]    |                       ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/aio/linux/x86_64.rs:17:34
[INFO] [stderr]    |
[INFO] [stderr] 17 |     __glibc_reserved: [::char_t; 32us],
[INFO] [stderr]    |                                  ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/dirent/mod.rs:70:19
[INFO] [stderr]    |
[INFO] [stderr] 70 |         for i in [0u, 1, 2].iter() {
[INFO] [stderr]    |                   ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/dirent/mod.rs:78:24
[INFO] [stderr]    |
[INFO] [stderr] 78 |         for _ in range(0u, 2) {
[INFO] [stderr]    |                        ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/dirent/linux/x86_64.rs:8:28
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub d_name: [::char_t; 256us],
[INFO] [stderr]   |                            ^^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/mqueue/linux/x86_64.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     __pad: [::long_t; 4us],
[INFO] [stderr]    |                       ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:38:21
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub data: [u32; 4us],
[INFO] [stderr]    |                     ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:97:34
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn addr8(&self) -> &[u8; 16us] {
[INFO] [stderr]    |                                  ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:101:36
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub fn addr16(&self) -> &[u16; 8us] {
[INFO] [stderr]     |                                    ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:105:36
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn addr32(&self) -> &[u32; 4us] {
[INFO] [stderr]     |                                    ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:109:46
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub fn addr8_mut(&mut self) -> &mut [u8; 16us] {
[INFO] [stderr]     |                                              ^^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:113:48
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn addr16_mut(&mut self) -> &mut [u16; 8us] {
[INFO] [stderr]     |                                                ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:117:48
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub fn addr32_mut(&mut self) -> &mut [u32; 4us] {
[INFO] [stderr]     |                                                ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:128:31
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub sin_zero: [::uchar_t; 8us],
[INFO] [stderr]     |                               ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/semaphore/linux/x86_64.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 |     _data: [u64; 4us],
[INFO] [stderr]   |                  ^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/mod.rs:33:38
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub fn erand48(xsubi: [ushort_t; 3us]) -> double_t;
[INFO] [stderr]    |                                      ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/mod.rs:39:38
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn jrand48(xsubi: [ushort_t; 3us]) -> long_t;
[INFO] [stderr]    |                                      ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/mod.rs:42:38
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub fn lcong48(param: [ushort_t; 7us]);
[INFO] [stderr]    |                                      ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/mod.rs:55:38
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub fn nrand48(xsubi: [ushort_t; 3us]) -> long_t;
[INFO] [stderr]    |                                      ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/mod.rs:64:39
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn seed48(seed16v: [ushort_t; 3us]) -> *mut ushort_t;
[INFO] [stderr]    |                                       ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:52:24
[INFO] [stderr]    |
[INFO] [stderr] 52 |     __fill: [::char_t; 8us],
[INFO] [stderr]    |                        ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:60:28
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub l_name: [::char_t; 9us],
[INFO] [stderr]    |                            ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:6:24
[INFO] [stderr]   |
[INFO] [stderr] 6 |     _data: [::ulong_t; 16us],
[INFO] [stderr]   |                        ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:19:17
[INFO] [stderr]    |
[INFO] [stderr] 19 |     _pad: [u64; 4us],
[INFO] [stderr]    |                 ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:27:18
[INFO] [stderr]    |
[INFO] [stderr] 27 |     _data: [u64; 1us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:53:16
[INFO] [stderr]    |
[INFO] [stderr] 53 |     hlr: [u64; 1us],
[INFO] [stderr]    |                ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:119:18
[INFO] [stderr]     |
[INFO] [stderr] 119 |     _data: [u64; 14us],
[INFO] [stderr]     |                  ^^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/select/linux/x86_64.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     _bits: [::long_t; 16us],
[INFO] [stderr]    |                       ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/select/linux/x86_64.rs:34:21
[INFO] [stderr]    |
[INFO] [stderr] 34 |     set._bits = [0; 16us];
[INFO] [stderr]    |                     ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub sa_data: [::char_t; 14us],
[INFO] [stderr]    |                             ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:28:30
[INFO] [stderr]    |
[INFO] [stderr] 28 |     __ss_padding: [::char_t; 112us],
[INFO] [stderr]    |                              ^^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/stat/linux/x86_64.rs:18:34
[INFO] [stderr]    |
[INFO] [stderr] 18 |     __glibc_reserved: [::long_t; 3us],
[INFO] [stderr]    |                                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/statvfs/linux/x86_64.rs:15:26
[INFO] [stderr]    |
[INFO] [stderr] 15 |     __f_spare: [::int_t; 6us],
[INFO] [stderr]    |                          ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 |     _data: [u64; 7us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |     _data: [u64; 5us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |     _data: [u32; 1us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |     _data: [u64; 6us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 |     _data: [u32; 1us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:68:18
[INFO] [stderr]    |
[INFO] [stderr] 68 |     _data: [u64; 7us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:76:18
[INFO] [stderr]    |
[INFO] [stderr] 76 |     _data: [u64; 1us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:86:18
[INFO] [stderr]    |
[INFO] [stderr] 86 |     _data: [u64; 4us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:94:18
[INFO] [stderr]    |
[INFO] [stderr] 94 |     _data: [u32; 1us],
[INFO] [stderr]    |                  ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/un/linux/x86_64.rs:5:30
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub sun_path: [::char_t; 108us],
[INFO] [stderr]   |                              ^^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:4:29
[INFO] [stderr]   |
[INFO] [stderr] 4 |     pub sysname: [::char_t; 65us],
[INFO] [stderr]   |                             ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:5:30
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub nodename: [::char_t; 65us],
[INFO] [stderr]   |                              ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub release: [::char_t; 65us],
[INFO] [stderr]   |                             ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:7:29
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub version: [::char_t; 65us],
[INFO] [stderr]   |                             ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:8:29
[INFO] [stderr]   |
[INFO] [stderr] 8 |     pub machine: [::char_t; 65us],
[INFO] [stderr]   |                             ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:9:30
[INFO] [stderr]   |
[INFO] [stderr] 9 |     __domainname: [::char_t; 65us],
[INFO] [stderr]   |                              ^^^^ invalid suffix `us`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/termios/linux/x86_64.rs:13:22
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub c_cc: [cc_t; 32us],
[INFO] [stderr]    |                      ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/time/mod.rs:185:42
[INFO] [stderr]     |
[INFO] [stderr] 185 |     pub static mut tzname: [*mut char_t; 2us];
[INFO] [stderr]     |                                          ^^^ invalid suffix `us`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:13:38
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub ut_line:          [::char_t; 32us],
[INFO] [stderr]    |                                      ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:14:38
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub ut_id:            [::char_t; 4us],
[INFO] [stderr]    |                                      ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:15:38
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub ut_user:          [::char_t; 32us],
[INFO] [stderr]    |                                      ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:16:38
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub ut_host:          [::char_t; 256us],
[INFO] [stderr]    |                                      ^^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub ut_addr_v6:       [i32; 4us],
[INFO] [stderr]    |                                 ^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `us` for integer literal
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:21:34
[INFO] [stderr]    |
[INFO] [stderr] 21 |     __glibc_reserved: [::char_t; 20us],
[INFO] [stderr]    |                                  ^^^^ invalid suffix `us`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `at_exit` in module `rt`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:9
[INFO] [stderr]     |
[INFO] [stderr] 535 |     rt::at_exit(|| {
[INFO] [stderr]     |         ^^^^^^^ not found in `rt`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rt': this public module should not exist and is highly likely to disappear
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:153:5
[INFO] [stderr]     |
[INFO] [stderr] 153 | use std::rt;
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: add `#![feature(rt)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `log`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `std::num::Int`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::num::Int;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::old_path`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/lib.rs:171:18
[INFO] [stderr]     |
[INFO] [stderr] 171 |         use std::old_path::{BytesContainer};
[INFO] [stderr]     |                  ^^^^^^^^ could not find `old_path` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Path` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/lib.rs:169:18
[INFO] [stderr]     |
[INFO] [stderr] 169 | impl ToNTStr for Path {
[INFO] [stderr]     |                  ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 9   | use std::path::Path;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Slice` in module `std::raw`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/lib.rs:195:47
[INFO] [stderr]     |
[INFO] [stderr] 195 |             ::std::mem::transmute(::std::raw::Slice {
[INFO] [stderr]     |                                               ^^^^^ not found in `std::raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Slice` in module `std::raw`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/lib.rs:206:47
[INFO] [stderr]     |
[INFO] [stderr] 206 |             ::std::mem::transmute(::std::raw::Slice {
[INFO] [stderr]     |                                               ^^^^^ not found in `std::raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `aio::os::arch::aiocb: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/aio/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `aio::os::arch::aiocb`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `dirent::os::arch::dirent: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/dirent/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `dirent::os::arch::dirent`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `fcntl::os::arch::flock: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/fcntl/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `fcntl::os::arch::flock`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `fenv::os::arch::fenv_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/fenv/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `fenv::os::arch::fenv_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ftw::os::arch::FTW: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/ftw/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `ftw::os::arch::FTW`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `glob::os::arch::glob_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/glob/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `glob::os::arch::glob_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `grp::os::arch::group: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/grp/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `grp::os::arch::group`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `inttypes::os::arch::imaxdiv_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/inttypes/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `inttypes::os::arch::imaxdiv_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `locale::os::arch::lconv: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/locale/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `locale::os::arch::lconv`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mqueue::os::arch::mq_attr: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/mqueue/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `mqueue::os::arch::mq_attr`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ndbm::os::arch::datum: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/ndbm/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `ndbm::os::arch::datum`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `net::_if::os::arch::if_nameindex: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/net/_if/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `net::_if::os::arch::if_nameindex`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netdb::os::arch::netent: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netdb/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `netdb::os::arch::netent`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netdb::os::arch::hostent: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netdb/linux/x86_64.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netdb::os::arch::hostent`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netdb::os::arch::servent: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netdb/linux/x86_64.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netdb::os::arch::servent`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netdb::os::arch::protoent: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netdb/linux/x86_64.rs:30:10
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netdb::os::arch::protoent`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netdb::os::arch::addrinfo: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netdb/linux/x86_64.rs:38:10
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netdb::os::arch::addrinfo`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netinet::_in::os::arch::in_addr: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netinet::_in::os::arch::in_addr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netinet::_in::os::arch::in6_addr: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `netinet::_in::os::arch::in6_addr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netinet::_in::os::arch::sockaddr_in: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:123:10
[INFO] [stderr]     |
[INFO] [stderr] 123 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `netinet::_in::os::arch::sockaddr_in`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netinet::_in::os::arch::sockaddr_in6: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:137:10
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `netinet::_in::os::arch::sockaddr_in6`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `netinet::_in::os::arch::ipv6_mreq: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/netinet/_in/linux/x86_64.rs:152:10
[INFO] [stderr]     |
[INFO] [stderr] 152 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `netinet::_in::os::arch::ipv6_mreq`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `poll::os::arch::pollfd: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/poll/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `poll::os::arch::pollfd`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `pwd::os::arch::passwd: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/pwd/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `pwd::os::arch::passwd`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `regex::os::arch::regex_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/regex/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `regex::os::arch::regex_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `regex::os::arch::regmatch_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/regex/linux/x86_64.rs:25:10
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `regex::os::arch::regmatch_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sched::os::arch::sched_param: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sched/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sched::os::arch::sched_param`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `search::os::arch::entry: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/search/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `search::os::arch::entry`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `search::ACTION: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/search/mod.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `search::ACTION`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `search::VISIT: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/search/mod.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `search::VISIT`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `semaphore::os::arch::sem_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/semaphore/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `semaphore::os::arch::sem_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `setjmp::os::arch::jmp_buf: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/setjmp/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `setjmp::os::arch::jmp_buf`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `setjmp::os::arch::sigjmp_buf: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/setjmp/linux/x86_64.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `setjmp::os::arch::sigjmp_buf`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `spawn::os::arch::posix_spawnattr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/spawn/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `spawn::os::arch::posix_spawnattr_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `spawn::os::arch::posix_spawn_file_actions_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/spawn/linux/x86_64.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `spawn::os::arch::posix_spawn_file_actions_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stdio::os::arch::FILE: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdio/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `stdio::os::arch::FILE`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stdio::os::arch::fpos_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdio/linux/x86_64.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `stdio::os::arch::fpos_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stdlib::os::arch::div_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `stdlib::os::arch::div_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stdlib::os::arch::ldiv_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/linux/x86_64.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `stdlib::os::arch::ldiv_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stdlib::os::arch::lldiv_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stdlib/linux/x86_64.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stdlib::os::arch::lldiv_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::bandinfo: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::bandinfo`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::strbuf: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::strbuf`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::strpeek: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:20:10
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::strpeek`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::strfdinsert: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:28:10
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::strfdinsert`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::strioctl: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:38:10
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::strioctl`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::strrecvfd: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:47:10
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::strrecvfd`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::str_mlist: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::str_mlist`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `stropts::os::arch::str_list: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/stropts/linux/x86_64.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `stropts::os::arch::str_list`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::sigset_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::sigset_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::sigevent: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::sigevent`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::sigval: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:25:10
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::sigval`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::sigaction: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:51:10
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::sigaction`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::mcontext_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:83:10
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::mcontext_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::ucontext: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:91:10
[INFO] [stderr]    |
[INFO] [stderr] 91 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::ucontext`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::stack_t: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:104:10
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::stack_t`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::siginfo_t: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:114:10
[INFO] [stderr]     |
[INFO] [stderr] 114 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::siginfo_t`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::_rt: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:187:10
[INFO] [stderr]     |
[INFO] [stderr] 187 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::_rt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::_sigchld: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:195:10
[INFO] [stderr]     |
[INFO] [stderr] 195 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::_sigchld`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::_sigfault: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:203:10
[INFO] [stderr]     |
[INFO] [stderr] 203 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::_sigfault`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `signal::os::arch::_sigpoll: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/signal/linux/x86_64.rs:210:10
[INFO] [stderr]     |
[INFO] [stderr] 210 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `signal::os::arch::_sigpoll`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::ipc::os::arch::ipc_perm: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/ipc/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::ipc::os::arch::ipc_perm`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::msg::os::arch::msqid_ds: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/msg/linux/x86_64.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::msg::os::arch::msqid_ds`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::msg::os::arch::msginfo: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/msg/linux/x86_64.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::msg::os::arch::msginfo`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::resource::os::arch::rlimit: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/resource/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::resource::os::arch::rlimit`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::resource::os::arch::rusage: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/resource/linux/x86_64.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::resource::os::arch::rusage`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::select::os::arch::timeval: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/select/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::select::os::arch::timeval`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::select::os::arch::fd_set: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/select/linux/x86_64.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::select::os::arch::fd_set`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::sem::os::arch::semid_ds: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/sem/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::sem::os::arch::semid_ds`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::sem::os::arch::sembuf: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/sem/linux/x86_64.rs:17:10
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::sem::os::arch::sembuf`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::shm::os::arch::shmid_ds: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/shm/linux/x86_64.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::shm::os::arch::shmid_ds`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::socket::os::arch::sockaddr: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::socket::os::arch::sockaddr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::socket::os::arch::sockaddr_storage: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::socket::os::arch::sockaddr_storage`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::socket::os::arch::msghdr: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:46:10
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::socket::os::arch::msghdr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::socket::os::arch::cmsghdr: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:77:10
[INFO] [stderr]    |
[INFO] [stderr] 77 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::socket::os::arch::cmsghdr`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::socket::os::arch::linger: std::clone::Clone` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/socket/linux/x86_64.rs:113:10
[INFO] [stderr]     |
[INFO] [stderr] 113 | #[derive(Copy)]
[INFO] [stderr]     |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::socket::os::arch::linger`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::stat::os::arch::stat: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/stat/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::stat::os::arch::stat`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::statvfs::os::arch::statvfs: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/statvfs/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::statvfs::os::arch::statvfs`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::time::os::arch::timeval: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/time/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::time::os::arch::timeval`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::time::os::arch::itimerval: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/time/linux/x86_64.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::time::os::arch::itimerval`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::times::os::arch::tms: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/times/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::times::os::arch::tms`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_attr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_attr_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_mutex_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:31:10
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_mutex_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_mutexattr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_mutexattr_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_cond_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:47:10
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_cond_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_condattr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:55:10
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_condattr_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_rwlock_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_rwlock_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_rwlockattr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:74:10
[INFO] [stderr]    |
[INFO] [stderr] 74 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_rwlockattr_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_barrier_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:84:10
[INFO] [stderr]    |
[INFO] [stderr] 84 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_barrier_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::types::os::arch::pthread_barrierattr_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/types/linux/x86_64.rs:92:10
[INFO] [stderr]    |
[INFO] [stderr] 92 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::types::os::arch::pthread_barrierattr_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::uio::os::arch::iovec: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/uio/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::uio::os::arch::iovec`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::un::os::arch::sockaddr_un: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/un/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::un::os::arch::sockaddr_un`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `sys::utsname::os::arch::utsname: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/sys/utsname/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `sys::utsname::os::arch::utsname`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `termios::os::arch::termios: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/termios/linux/x86_64.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `termios::os::arch::termios`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `time::os::arch::timespec: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/time/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `time::os::arch::timespec`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `time::os::arch::tm: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/time/linux/x86_64.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `time::os::arch::tm`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `time::os::arch::itimerspec: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/time/linux/x86_64.rs:29:10
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `time::os::arch::itimerspec`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `utime::os::arch::utimbuf: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utime/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `utime::os::arch::utimbuf`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `utmpx::os::arch::__exit_status: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `utmpx::os::arch::__exit_status`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `utmpx::os::arch::utmpx: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/utmpx/linux/x86_64.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `utmpx::os::arch::utmpx`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `wchar::os::arch::mbstate_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/wchar/linux/x86_64.rs:5:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `wchar::os::arch::mbstate_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `wordexp::os::arch::wordexp_t: std::clone::Clone` is not satisfied
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/wordexp/linux/x86_64.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | #[derive(Copy)]
[INFO] [stderr]   |          ^^^^ the trait `std::clone::Clone` is not implemented for `wordexp::os::arch::wordexp_t`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `void_t: std::clone::Clone` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/posix.rs-587e84bf1baec1de/3b3722c/src/lib.rs:84:10
[INFO] [stderr]    |
[INFO] [stderr] 84 | #[derive(Copy)]
[INFO] [stderr]    |          ^^^^ the trait `std::clone::Clone` is not implemented for `void_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 164 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0422, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `posix`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2b8aced76ef57fbd65606c77275e309b3e076a82f10ec240fab4daf2366998c1"`
[INFO] running `"docker" "rm" "-f" "2b8aced76ef57fbd65606c77275e309b3e076a82f10ec240fab4daf2366998c1"`
[INFO] [stdout] 2b8aced76ef57fbd65606c77275e309b3e076a82f10ec240fab4daf2366998c1
