Skip to content
  •    Compiling webpki v0.18.1
       Compiling sct v0.4.0
         Running `rustc --crate-name webpki /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-0.18.1/src/webpki.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="trust_anchor_util"' -C metadata=1a4c6fb652d17aa9 -C extra-filename=-1a4c6fb652d17aa9 --out-dir /home/robin/workspace/repos/redox/redox/installer/target/debug/deps -L dependency=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps --extern ring=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libring-f62c4e95f78b40f6.rlib --extern untrusted=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libuntrusted-02026fa4223ac9c7.rlib --cap-lints warn -L native=/home/robin/workspace/repos/redox/redox/installer/target/debug/build/ring-85a53b5780ea1220/out`
         Running `rustc --crate-name sct /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/sct-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7f64954172bef846 -C extra-filename=-7f64954172bef846 --out-dir /home/robin/workspace/repos/redox/redox/installer/target/debug/deps -L dependency=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps --extern ring=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libring-f62c4e95f78b40f6.rlib --extern untrusted=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libuntrusted-02026fa4223ac9c7.rlib --cap-lints warn -L native=/home/robin/workspace/repos/redox/redox/installer/target/debug/build/ring-85a53b5780ea1220/out`
       Compiling rustls v0.13.0
       Compiling webpki-roots v0.15.0
         Running `rustc --crate-name rustls /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=7882821823c8b89d -C extra-filename=-7882821823c8b89d --out-dir /home/robin/workspace/repos/redox/redox/installer/target/debug/deps -L dependency=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps --extern base64=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libbase64-347a1d55b91b08ac.rlib --extern log=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/liblog-234f07906dd16fb9.rlib --extern ring=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libring-f62c4e95f78b40f6.rlib --extern sct=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libsct-7f64954172bef846.rlib --extern untrusted=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libuntrusted-02026fa4223ac9c7.rlib --extern webpki=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libwebpki-1a4c6fb652d17aa9.rlib --cap-lints warn -L native=/home/robin/workspace/repos/redox/redox/installer/target/debug/build/ring-85a53b5780ea1220/out`
         Running `rustc --crate-name webpki_roots /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/webpki-roots-0.15.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bcc5955b5d9b8b65 -C extra-filename=-bcc5955b5d9b8b65 --out-dir /home/robin/workspace/repos/redox/redox/installer/target/debug/deps -L dependency=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps --extern untrusted=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libuntrusted-02026fa4223ac9c7.rlib --extern webpki=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libwebpki-1a4c6fb652d17aa9.rlib --cap-lints warn -L native=/home/robin/workspace/repos/redox/redox/installer/target/debug/build/ring-85a53b5780ea1220/out`
    error[E0412]: cannot find type `KeyPair` in module `signature`
       --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/sign.rs:257:25
        |
    257 |     key: Arc<signature::KeyPair>,
        |                         ^^^^^^^ not found in `signature`
    
    error[E0412]: cannot find type `SigningAlgorithm` in module `signature`
       --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/sign.rs:266:44
        |
    266 |                sigalg: &'static signature::SigningAlgorithm) -> Result<SingleSchemeSigningKey, ()> {
        |                                            ^^^^^^^^^^^^^^^^ not found in `signature`
    
    error[E0425]: cannot find function `key_pair_from_pkcs8` in module `signature`
       --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/sign.rs:267:20
        |
    267 |         signature::key_pair_from_pkcs8(sigalg,
        |                    ^^^^^^^^^^^^^^^^^^^ not found in `signature`
    
    error[E0412]: cannot find type `KeyPair` in module `signature`
       --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/sign.rs:290:25
        |
    290 |     key: Arc<signature::KeyPair>,
        |                         ^^^^^^^ not found in `signature`
    
    error[E0425]: cannot find function `sign` in module `ring::signature`
       --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/sign.rs:297:26
        |
    297 |         ring::signature::sign(&self.key,
        |                          ^^^^ not found in `ring::signature`
    help: possible candidate is found in another module, you can import it into scope
        |
    1   | use ring::hmac::sign;
        |
    
    error[E0369]: binary operation `!=` cannot be applied to type `&ring::digest::Algorithm`
      --> /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/hash_hs.rs:57:20
       |
    57 |                 if started != alg {
       |                    ^^^^^^^^^^^^^^
       |
       = note: an implementation of `std::cmp::PartialEq` might be missing for `&ring::digest::Algorithm`
    
    error: aborting due to 6 previous errors
    
    Some errors occurred: E0369, E0412, E0425.
    For more information about an error, try `rustc --explain E0369`.
    error: Could not compile `rustls`.
    
    Caused by:
      process didn't exit successfully: `rustc --crate-name rustls /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.13.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=7882821823c8b89d -C extra-filename=-7882821823c8b89d --out-dir /home/robin/workspace/repos/redox/redox/installer/target/debug/deps -L dependency=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps --extern base64=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libbase64-347a1d55b91b08ac.rlib --extern log=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/liblog-234f07906dd16fb9.rlib --extern ring=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libring-f62c4e95f78b40f6.rlib --extern sct=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libsct-7f64954172bef846.rlib --extern untrusted=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libuntrusted-02026fa4223ac9c7.rlib --extern webpki=/home/robin/workspace/repos/redox/redox/installer/target/debug/deps/libwebpki-1a4c6fb652d17aa9.rlib --cap-lints warn -L native=/home/robin/workspace/repos/redox/redox/installer/target/debug/build/ring-85a53b5780ea1220/out` (exit code: 101)
    warning: build failed, waiting for other jobs to finish...
    error: build failed
    mk/initfs.mk:2: recipe for target 'build/initfs.tag' failed
    make: *** [build/initfs.tag] Error 101
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment