Skip to content

Instantly share code, notes, and snippets.

@MrMage
Created November 19, 2019 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrMage/943f0de9009ee183ae66591eafad6c7a to your computer and use it in GitHub Desktop.
Save MrMage/943f0de9009ee183ae66591eafad6c7a to your computer and use it in GitHub Desktop.
~/Documents/Xcode/Cloud/docker-caching-test ❯❯❯ docker build -t docker-caching-test . ✘ 130
Sending build context to Docker daemon 15.36kB
Step 1/12 : FROM swift:5.1.1-bionic AS build
---> f302143d0aa2
Step 2/12 : RUN mkdir -p /root/docker-caching-test
---> Using cache
---> b2b73d9fbfa2
Step 3/12 : WORKDIR /root/docker-caching-test
---> Using cache
---> 07aec73023eb
Step 4/12 : COPY Package.swift /root/docker-caching-test/
---> Using cache
---> 9eb6381f4337
Step 5/12 : RUN swift package resolve
---> Using cache
---> c497774004f0
Step 6/12 : COPY Tests Tests
---> Using cache
---> 595415854324
Step 7/12 : ARG config=debug
---> Using cache
---> 310261b1561f
Step 8/12 : RUN mkdir -p Sources/docker-caching-test && touch Sources/docker-caching-test/docker_caching_test.swift && swift build -c $config && stat .build/debug/CNIOBoringSSL.build/module.modulemap && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o && echo "test" && tar czf build.tgz -H posix .build
---> Running in c54023488dc1
[1/433] Compiling CNIOSHA1 c_nio_sha1.c
[2/433] Compiling CNIOLinux shim.c
[3/433] Compiling CNIOLinux ifaddrs-android.c
[4/472] Compiling CNIOHTTPParser c_nio_http_parser.c
[5/473] Compiling CNIODarwin shim.c
[6/505] Compiling p256.c
[7/505] Compiling CNIOBoringSSLShims shims.c
[8/516] Compiling curve25519.c
[9/516] Compiling tls_record.cc
[10/516] Compiling tls13_server.cc
[11/516] Compiling tls_method.cc
[12/516] Compiling tls13_client.cc
[13/516] Compiling tls13_enc.cc
[14/516] Compiling tls13_both.cc
[15/516] Compiling SwiftProtobuf AnyUnpackError.swift
[16/516] Compiling SwiftProtobuf AnyMessageStorage.swift
[17/516] Compiling t1_enc.cc
[18/516] Compiling ssl_transcript.cc
[19/516] Compiling ssl_versions.cc
[20/516] Compiling SwiftProtobuf BinaryDecoder.swift
[21/517] Compiling ssl_stat.cc
[22/517] Merging module Logging
[23/517] Compiling t1_lib.cc
[24/517] Compiling ssl_x509.cc
[25/517] Compiling ssl_session.cc
[26/517] Compiling ssl_privkey.cc
[27/517] Compiling SwiftProtobuf JSONScanner.swift
[28/517] Compiling SwiftProtobuf MathUtils.swift
[29/517] Compiling SwiftProtobuf Message+AnyAdditions.swift
[30/517] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[31/517] Compiling SwiftProtobuf Message+JSONAdditions.swift
[32/517] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[33/517] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[34/517] Compiling SwiftProtobuf Message.swift
[35/517] Compiling SwiftProtobuf MessageExtension.swift
[36/517] Compiling SwiftProtobuf NameMap.swift
[37/517] Compiling ssl_file.cc
[38/517] Compiling SwiftProtobuf CustomJSONCodable.swift
[39/517] Compiling SwiftProtobuf Data+Extensions.swift
[40/517] Compiling SwiftProtobuf Decoder.swift
[41/517] Compiling SwiftProtobuf DoubleParser.swift
[42/517] Compiling SwiftProtobuf Enum.swift
[43/517] Compiling SwiftProtobuf ExtensibleMessage.swift
[44/517] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[45/517] Compiling SwiftProtobuf ExtensionFields.swift
[46/517] Compiling SwiftProtobuf ExtensionMap.swift
[47/517] Compiling SwiftProtobuf FieldTag.swift
[48/517] Compiling ssl_key_share.cc
[49/517] Compiling ssl_cipher.cc
[50/517] Compiling ssl_lib.cc
[51/517] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[52/517] Compiling SwiftProtobuf TextFormatScanner.swift
[53/517] Compiling SwiftProtobuf TimeUtils.swift
[54/517] Compiling SwiftProtobuf UnknownStorage.swift
[55/517] Compiling SwiftProtobuf Varint.swift
[56/517] Compiling SwiftProtobuf Version.swift
[57/517] Compiling SwiftProtobuf Visitor.swift
[58/517] Compiling SwiftProtobuf WireFormat.swift
[59/517] Compiling SwiftProtobuf ZigZag.swift
[60/517] Compiling SwiftProtobuf any.pb.swift
[61/517] Compiling ssl_cert.cc
[62/517] Compiling SwiftProtobuf ProtoNameProviding.swift
[63/517] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[64/517] Compiling SwiftProtobuf ProtobufMap.swift
[65/517] Compiling SwiftProtobuf SelectiveVisitor.swift
[66/517] Compiling SwiftProtobuf SimpleExtensionMap.swift
[67/517] Compiling SwiftProtobuf StringUtils.swift
[68/517] Compiling SwiftProtobuf TextFormatDecoder.swift
[69/517] Compiling SwiftProtobuf TextFormatDecodingError.swift
[70/517] Compiling SwiftProtobuf TextFormatEncoder.swift
[71/517] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[72/517] Compiling SwiftProtobuf FieldTypes.swift
[73/517] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[74/517] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[75/517] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[76/517] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[77/517] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[78/517] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[79/517] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[80/517] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[81/517] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[82/517] Compiling SwiftProtobuf HashVisitor.swift
[83/517] Compiling SwiftProtobuf Internal.swift
[84/517] Compiling SwiftProtobuf JSONDecoder.swift
[85/517] Compiling SwiftProtobuf JSONDecodingError.swift
[86/517] Compiling SwiftProtobuf JSONDecodingOptions.swift
[87/517] Compiling SwiftProtobuf JSONEncoder.swift
[88/517] Compiling SwiftProtobuf JSONEncodingError.swift
[89/517] Compiling SwiftProtobuf JSONEncodingOptions.swift
[90/517] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[91/517] Compiling ssl_buffer.cc
[92/517] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[93/517] Compiling ssl_aead_ctx.cc
[94/517] Compiling s3_lib.cc
[98/517] Compiling SwiftProtobuf BinaryDecodingError.swift
[99/517] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[100/517] Compiling SwiftProtobuf BinaryDelimited.swift
[101/517] Compiling SwiftProtobuf BinaryEncoder.swift
[102/517] Compiling SwiftProtobuf BinaryEncodingError.swift
[103/517] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[104/517] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[105/517] Compiling ssl_asn1.cc
[106/517] Compiling s3_pkt.cc
[107/517] Compiling s3_both.cc
[108/517] Compiling handshake_server.cc
[109/517] Compiling dtls_record.cc
[110/517] Compiling dtls_method.cc
[111/517] Compiling handshake.cc
[112/517] Compiling handshake_client.cc
[113/517] Compiling handoff.cc
[114/517] Compiling d1_srtp.cc
[115/517] Compiling v3_sxnet.c
[116/517] Compiling v3_utl.c
[117/517] Compiling v3_skey.c
[118/517] Compiling v3_prn.c
[119/517] Compiling v3_purp.c
[120/517] Compiling v3_pmaps.c
[121/517] Compiling d1_pkt.cc
[122/517] Compiling v3_pku.c
[123/517] Compiling v3_pcons.c
[124/517] Compiling v3_pcia.c
[125/517] Compiling bio_ssl.cc
[126/517] Compiling v3_pci.c
[127/517] Compiling v3_ocsp.c
[128/517] Compiling v3_lib.c
[129/517] Compiling v3_ncons.c
[130/517] Compiling v3_int.c
[131/517] Compiling v3_ia5.c
[132/517] Compiling v3_info.c
[133/517] Compiling v3_extku.c
[134/517] Compiling v3_genn.c
[135/517] Compiling v3_enum.c
[136/517] Compiling d1_lib.cc
[137/517] Compiling v3_crld.c
[138/517] Compiling v3_cpols.c
[139/517] Compiling d1_both.cc
[140/517] Compiling v3_bcons.c
[141/517] Compiling v3_bitst.c
[142/517] Compiling v3_conf.c
[143/517] Compiling v3_alt.c
[144/517] Compiling v3_akeya.c
[145/517] Compiling v3_akey.c
[146/517] Compiling pcy_tree.c
[147/517] Compiling pcy_node.c
[148/517] Compiling pcy_map.c
[149/517] Compiling pcy_lib.c
[150/517] Compiling pcy_data.c
[151/517] Compiling x_x509a.c
[152/517] Compiling pcy_cache.c
[153/517] Compiling x_val.c
[154/517] Compiling x_spki.c
[155/517] Compiling x_sig.c
[156/517] Compiling x_req.c
[157/517] Compiling x_x509.c
[158/517] Compiling x_pubkey.c
[159/517] Compiling x_pkey.c
[160/517] Compiling x_exten.c
[161/517] Compiling x_info.c
[162/517] Compiling x_name.c
[163/517] Compiling x_attrib.c
[164/517] Compiling x509rset.c
[165/517] Compiling x509spki.c
[166/517] Compiling x_algor.c
[167/517] Compiling x_crl.c
[168/517] Compiling x_all.c
[169/517] Compiling x509name.c
[170/517] Compiling x509cset.c
[171/517] Compiling x509_txt.c
[172/517] Compiling x509_v3.c
[173/517] Compiling x509_vpm.c
[174/517] Compiling x509_set.c
[175/517] Compiling x509_trs.c
[176/517] Compiling x509_req.c
[177/517] Compiling x509_r2x.c
[178/517] Compiling x509_vfy.c
[179/517] Compiling x509_obj.c
[180/517] Compiling x509_def.c
[181/517] Compiling x509_d2.c
[182/517] Compiling x509_ext.c
[183/517] Compiling x509_lu.c
[184/517] Compiling x509.c
[185/517] Compiling x509_att.c
[186/517] Compiling t_x509a.c
[187/517] Compiling x509_cmp.c
[188/517] Compiling i2d_pr.c
[189/517] Compiling t_req.c
[190/517] Compiling t_x509.c
[191/517] Compiling t_crl.c
[192/517] Compiling rsa_pss.c
[193/517] Compiling by_file.c
[194/517] Compiling algorithm.c
[195/517] Compiling by_dir.c
[196/517] Compiling a_verify.c
[197/517] Compiling a_sign.c
[198/517] Compiling thread_win.c
[199/517] Compiling asn1_gen.c
[200/517] Compiling a_strex.c
[201/517] Compiling thread_none.c
[202/517] Compiling thread_pthread.c
[203/517] Compiling thread.c
[204/517] Compiling rsa_print.c
[205/517] Compiling a_digest.c
[206/517] Compiling refcount_lock.c
[207/517] Compiling refcount_c11.c
[208/517] Compiling rc4.c
[209/517] Compiling siphash.c
[210/517] Compiling stack.c
[211/517] Compiling windows.c
[212/517] Compiling fuchsia.c
[213/517] Compiling rand_extra.c
[214/517] Compiling rsa_asn1.c
[215/517] Compiling deterministic.c
[216/517] Compiling poly1305_arm_asm.S
[217/517] Compiling forkunsafe.c
[218/517] Compiling poly1305_arm.c
[219/517] Compiling pool.c
[220/517] Compiling poly1305.c
[221/517] Compiling pkcs7.c
[222/517] Compiling p5_pbev2.c
[223/517] Compiling pkcs8.c
[224/517] Compiling pem_xaux.c
[225/517] Compiling pkcs7_x509.c
[226/517] Compiling SwiftProtobuf api.pb.swift
[227/517] Compiling SwiftProtobuf descriptor.pb.swift
[228/517] Compiling SwiftProtobuf duration.pb.swift
[229/517] Compiling SwiftProtobuf empty.pb.swift
[230/517] Compiling SwiftProtobuf field_mask.pb.swift
[231/517] Compiling SwiftProtobuf source_context.pb.swift
[232/517] Compiling SwiftProtobuf struct.pb.swift
[233/517] Compiling SwiftProtobuf timestamp.pb.swift
[234/517] Compiling SwiftProtobuf type.pb.swift
[235/517] Compiling SwiftProtobuf wrappers.pb.swift
[236/518] Compiling pkcs8_x509.c
[237/518] Compiling pem_x509.c
[238/518] Compiling pem_pkey.c
[239/518] Compiling pem_oth.c
[240/518] Compiling pem_pk8.c
[241/518] Compiling obj_xref.c
[242/518] Compiling pem_lib.c
[243/518] Compiling pem_info.c
[244/518] Compiling mem.c
[245/518] Compiling lhash.c
[246/518] Compiling pem_all.c
[247/518] Compiling x86_64-mont5.mac.x86_64.S
[248/518] Compiling poly_rq_mul.S
[249/518] Compiling hkdf.c
[250/518] Compiling x86_64-mont5.linux.x86_64.S
[251/518] Compiling x86_64-mont.mac.x86_64.S
[252/518] Compiling x86_64-mont.linux.x86_64.S
[253/518] Compiling vpaes-x86_64.mac.x86_64.S
[254/518] Compiling x86-mont.linux.x86.S
[255/518] Compiling obj.c
[256/518] Compiling vpaes-x86.linux.x86.S
[257/518] Compiling vpaes-armv8.linux.aarch64.S
[258/518] Compiling poly1305_vec.c
[259/518] Compiling vpaes-armv8.ios.aarch64.S
[260/518] Compiling vpaes-x86_64.linux.x86_64.S
[261/518] Compiling vpaes-armv7.linux.arm.S
[262/518] Compiling vpaes-armv7.ios.arm.S
[263/518] Compiling sha512-armv8.linux.aarch64.S
[264/518] Compiling sha512-x86_64.mac.x86_64.S
[265/518] Compiling sha512-armv8.ios.aarch64.S
[266/518] Compiling sha512-armv4.linux.arm.S
[267/518] Compiling sha512-x86_64.linux.x86_64.S
[268/518] Compiling sha512-armv4.ios.arm.S
[269/518] Compiling sha256-x86_64.mac.x86_64.S
[270/518] Compiling sha512-586.linux.x86.S
[271/518] Compiling kdf.c
[272/518] Compiling sha256-armv8.linux.aarch64.S
[273/518] Compiling sha256-armv8.ios.aarch64.S
[274/518] Compiling sha256-armv4.linux.arm.S
[275/518] Compiling sha256-armv4.ios.arm.S
[276/518] Compiling sha256-586.linux.x86.S
[277/518] Compiling sha256-x86_64.linux.x86_64.S
[278/518] Compiling sha1-x86_64.mac.x86_64.S
[279/518] Compiling sha1-armv8.linux.aarch64.S
[280/518] Compiling sha1-armv8.ios.aarch64.S
[281/518] Compiling hrss.c
[282/518] Compiling sha1-armv4-large.linux.arm.S
[283/518] Compiling sha1-armv4-large.ios.arm.S
[284/518] Compiling sha1-x86_64.linux.x86_64.S
[285/518] Merging module SwiftProtobuf
[286/518] Compiling sha1-586.linux.x86.S
[287/518] Compiling rsaz-avx2.mac.x86_64.S
[288/518] Compiling sha1-altivec.c
[289/518] Compiling sha512.c
[290/518] Compiling sha256.c
[291/518] Compiling rsaz-avx2.linux.x86_64.S
[292/518] Compiling sha1.c
[293/518] Compiling rdrand-x86_64.mac.x86_64.S
[294/518] Compiling rdrand-x86_64.linux.x86_64.S
[295/518] Compiling self_check.c
[296/518] Compiling blinding.c
[297/518] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[298/518] Compiling rand.c
[299/518] Compiling rsa_impl.c
[300/518] Compiling padding.c
[301/518] Compiling ctrdrbg.c
[302/518] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[303/518] Compiling urandom.c
[304/518] Compiling rsa.c
[305/518] Compiling p256-x86_64-asm.mac.x86_64.S
[306/518] Compiling p256-x86_64-asm.linux.x86_64.S
[307/518] Compiling ofb.c
[308/518] Compiling polyval.c
[309/518] Compiling gcm_nohw.c
[310/518] Compiling ctr.c
[311/518] Compiling cbc.c
[312/518] Compiling md5-x86_64.mac.x86_64.S
[313/518] Compiling cfb.c
[314/518] Compiling gcm.c
[315/518] Compiling md5-586.linux.x86.S
[316/518] Compiling md5-x86_64.linux.x86_64.S
[317/518] Compiling md5.c
[318/518] Compiling ghashv8-armx64.linux.aarch64.S
[319/518] Compiling ghashv8-armx64.ios.aarch64.S
[320/518] Compiling is_fips.c
[321/518] Compiling ghashv8-armx32.linux.arm.S
[322/518] Compiling ghashv8-armx32.ios.arm.S
[323/518] Compiling hmac.c
[324/518] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[325/518] Compiling ghash-x86_64.mac.x86_64.S
[326/518] Compiling ghash-x86_64.linux.x86_64.S
[327/518] Compiling md4.c
[328/518] Compiling ghash-x86.linux.x86.S
[329/518] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[330/518] Compiling ghash-neon-armv8.linux.aarch64.S
[331/518] Compiling ghash-neon-armv8.ios.aarch64.S
[332/518] Compiling ghash-ssse3-x86.linux.x86.S
[333/518] Compiling ghash-armv4.ios.arm.S
[334/518] Compiling fips_shared_support.c
[335/518] Compiling ghash-armv4.linux.arm.S
[336/518] Compiling util.c
[337/518] Compiling simple_mul.c
[338/518] Compiling wnaf.c
[339/518] Compiling ecdsa.c
[340/518] Compiling scalar.c
[341/518] Compiling ecdh.c
[342/518] Compiling simple.c
[343/518] Compiling oct.c
[344/518] Compiling digests.c
[345/518] Compiling ec_key.c
[346/518] Compiling ec_montgomery.c
[347/518] Compiling felem.c
[348/518] Compiling p224-64.c
[349/518] Compiling co-586.linux.x86.S
[350/518] Compiling digest.c
[351/518] Compiling ec.c
[352/518] Compiling bsaes-armv7.linux.arm.S
[353/518] Compiling e_des.c
[354/518] Compiling bsaes-armv7.ios.arm.S
[355/518] Compiling des.c
[356/518] Compiling cipher.c
[357/518] Compiling aead.c
[358/518] Compiling shift.c
[359/518] Compiling sqrt.c
[360/518] Compiling rsaz_exp.c
[361/518] Compiling e_aes.c
[362/518] Compiling montgomery_inv.c
[363/518] Compiling random.c
[364/518] Compiling prime.c
[365/518] Compiling montgomery.c
[366/518] Compiling jacobi.c
[367/518] Compiling mul.c
[368/518] Compiling generic.c
[369/518] Compiling gcd.c
[370/518] Compiling gcd_extra.c
[371/518] Compiling div_extra.c
[372/518] Compiling p256-x86_64.c
[373/518] Compiling ctx.c
[374/518] Compiling cmp.c
[375/518] Compiling div.c
[376/518] Compiling exponentiation.c
[377/518] Compiling bn-586.linux.x86.S
[378/518] Compiling armv8-mont.linux.aarch64.S
[379/518] Compiling bytes.c
[380/518] Compiling armv8-mont.ios.aarch64.S
[381/518] Compiling armv4-mont.ios.arm.S
[382/518] Compiling aesv8-armx64.linux.aarch64.S
[383/518] Compiling armv4-mont.linux.arm.S
[384/518] Compiling aesv8-armx64.ios.aarch64.S
[385/518] Compiling aesv8-armx32.linux.arm.S
[386/518] Compiling bn.c
[387/518] Compiling aesv8-armx32.ios.arm.S
[388/518] Compiling add.c
[389/518] Compiling aesni-x86_64.mac.x86_64.S
[390/518] Compiling aesni-x86.linux.x86.S
[391/518] Compiling aesni-x86_64.linux.x86_64.S
[392/518] Compiling aesni-gcm-x86_64.mac.x86_64.S
[393/518] Compiling aesni-gcm-x86_64.linux.x86_64.S
[394/518] Compiling aes-armv4.linux.arm.S
[395/518] Compiling aes-x86_64.mac.x86_64.S
[396/518] Compiling aes-armv4.ios.arm.S
[397/518] Compiling mode_wrappers.c
[398/518] Compiling aes-x86_64.linux.x86_64.S
[399/518] Compiling x86_64-gcc.c
[400/518] Compiling aes.c
[401/518] Compiling key_wrap.c
[402/518] Compiling aes-586.linux.x86.S
[403/518] Compiling sign.c
[404/518] Compiling ex_data.c
[405/518] Compiling pbkdf.c
[406/518] Compiling p_rsa_asn1.c
[407/518] Compiling scrypt.c
[408/518] Compiling print.c
[409/518] Compiling p_x25519.c
[410/518] Compiling p_x25519_asn1.c
[411/518] Compiling p_ed25519_asn1.c
[412/518] Compiling p_ed25519.c
[413/518] Compiling p_rsa.c
[414/518] Compiling p_ec_asn1.c
[415/518] Compiling err_data.c
[416/518] Compiling p_dsa_asn1.c
[417/518] Compiling p_ec.c
[418/518] Compiling evp_ctx.c
[419/518] Compiling evp_asn1.c
[420/518] Compiling digestsign.c
[421/518] Compiling evp.c
[422/518] Compiling engine.c
[423/518] Compiling ecdh_extra.c
[424/518] Compiling ecdsa_asn1.c
[425/518] Compiling err.c
[426/518] Compiling dsa_asn1.c
[427/518] Compiling ec_derive.c
[428/518] Compiling params.c
[429/518] Compiling ec_asn1.c
[430/518] Compiling dh_asn1.c
[431/518] Compiling check.c
[432/518] Compiling digest_extra.c
[433/518] Compiling x25519-asm-arm.S
[434/518] Compiling dsa.c
[435/518] Compiling spake25519.c
[436/518] Compiling cpu-ppc64le.c
[437/518] Compiling dh.c
[438/518] Compiling cpu-arm-linux.c
[439/518] Compiling crypto.c
[440/518] Compiling cpu-arm.c
[441/518] Compiling cpu-aarch64-linux.c
[442/518] Compiling cpu-aarch64-fuchsia.c
[443/518] Compiling cpu-intel.c
[444/518] Compiling e_rc4.c
[445/518] Compiling cmac.c
[446/518] Compiling e_null.c
[447/518] Compiling e_rc2.c
[448/518] Compiling conf.c
[449/518] Compiling e_tls.c
[450/518] Compiling tls_cbc.c
[451/518] Compiling e_chacha20poly1305.c
[452/518] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[453/518] Compiling derive_key.c
[454/518] Compiling e_aesctrhmac.c
[455/518] Compiling e_aesgcmsiv.c
[456/518] Compiling chacha-x86_64.mac.x86_64.S
[457/518] Compiling cipher_extra.c
[458/518] Compiling e_aesccm.c
[459/518] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[460/518] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[461/518] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[462/518] Compiling chacha-x86.linux.x86.S
[463/518] Compiling chacha-armv8.linux.aarch64.S
[464/518] Compiling chacha.c
[465/518] Compiling chacha-x86_64.linux.x86_64.S
[466/518] Compiling chacha-armv4.linux.arm.S
[467/518] Compiling chacha-armv4.ios.arm.S
[468/518] Compiling unicode.c
[469/518] Compiling chacha-armv8.ios.aarch64.S
[470/518] Compiling asn1_compat.c
[471/518] Compiling ber.c
[472/518] Compiling bn_asn1.c
[473/518] Compiling buf.c
[474/518] Compiling cbs.c
[475/518] Compiling convert.c
[476/518] Compiling socket_helper.c
[477/518] Compiling cbb.c
[478/518] Compiling printf.c
[479/518] Compiling socket.c
[480/518] Compiling file.c
[481/518] Compiling pair.c
[482/518] Compiling hexdump.c
[483/518] Compiling fd.c
[484/518] Compiling bio_mem.c
[485/518] Compiling connect.c
[486/518] Compiling base64.c
[487/518] Compiling time_support.c
[488/518] Compiling bio.c
[489/518] Compiling tasn_utl.c
[490/518] Compiling tasn_fre.c
[491/518] Compiling tasn_typ.c
[492/518] Compiling tasn_new.c
[493/518] Compiling f_string.c
[494/518] Compiling tasn_enc.c
[495/518] Compiling f_int.c
[496/518] Compiling f_enum.c
[497/518] Compiling asn_pack.c
[498/518] Compiling asn1_par.c
[499/518] Compiling tasn_dec.c
[500/518] Compiling a_utf8.c
[501/518] Compiling a_utctm.c
[502/518] Compiling asn1_lib.c
[503/518] Compiling a_type.c
[504/518] Compiling a_print.c
[505/518] Compiling a_time.c
[506/518] Compiling a_octet.c
[507/518] Compiling a_strnid.c
[508/518] Compiling a_object.c
[509/518] Compiling a_i2d_fp.c
[510/518] Compiling a_mbstr.c
[511/518] Compiling a_dup.c
[512/518] Compiling a_gentm.c
[513/518] Compiling a_enum.c
[514/518] Compiling a_int.c
[515/518] Compiling a_d2i_fp.c
[516/518] Compiling a_bool.c
[517/518] Compiling a_bitstr.c
[518/518] Compiling c-atomics.c
[519/520] Compiling NIOConcurrencyHelpers lock.swift
[520/520] Compiling NIOConcurrencyHelpers atomics.swift
[521/521] Merging module NIOConcurrencyHelpers
[522/580] Compiling NIO Interfaces.swift
[523/580] Compiling NIO Linux.swift
[524/580] Compiling NIO LinuxCPUSet.swift
[525/580] Compiling NIO MarkedCircularBuffer.swift
[526/580] Compiling NIO MulticastChannel.swift
[527/580] Compiling NIO NIOAny.swift
[528/580] Compiling NIO NIOCloseOnErrorHandler.swift
[529/580] Compiling NIO FileRegion.swift
[530/580] Compiling NIO GetaddrinfoResolver.swift
[531/580] Compiling NIO HappyEyeballs.swift
[532/580] Compiling NIO Heap.swift
[533/580] Compiling NIO IO.swift
[534/580] Compiling NIO IOData.swift
[535/580] Compiling NIO IntegerTypes.swift
[536/580] Compiling NIO SocketChannel.swift
[537/580] Compiling NIO SocketOptionProvider.swift
[538/580] Compiling NIO SocketProtocols.swift
[539/580] Compiling NIO System.swift
[540/580] Compiling NIO Thread.swift
[541/580] Compiling NIO TypeAssistedChannelHandler.swift
[542/580] Compiling NIO Utilities.swift
[543/580] Compiling NIO RecvByteBufferAllocator.swift
[544/580] Compiling NIO Resolver.swift
[545/580] Compiling NIO Selectable.swift
[546/580] Compiling NIO Selector.swift
[547/580] Compiling NIO ServerSocket.swift
[548/580] Compiling NIO Socket.swift
[549/580] Compiling NIO SocketAddresses.swift
[550/580] Compiling NIO NIOThreadPool.swift
[551/580] Compiling NIO NonBlockingFileIO.swift
[552/580] Compiling NIO PendingDatagramWritesManager.swift
[553/580] Compiling NIO PendingWritesManager.swift
[554/580] Compiling NIO PipeChannel.swift
[555/580] Compiling NIO PipePair.swift
[556/580] Compiling NIO PriorityQueue.swift
[557/580] Compiling NIO ByteBuffer-views.swift
[558/580] Compiling NIO Channel.swift
[559/580] Compiling NIO ChannelHandler.swift
[560/580] Compiling NIO ChannelHandlers.swift
[561/580] Compiling NIO ChannelInvoker.swift
[562/580] Compiling NIO ChannelOption.swift
[563/580] Compiling NIO ChannelPipeline.swift
[564/580] Compiling NIO CircularBuffer.swift
[565/580] Compiling NIO Codec.swift
[566/580] Compiling NIO DatagramVectorReadManager.swift
[567/580] Compiling NIO DeadChannel.swift
[568/580] Compiling NIO Embedded.swift
[569/580] Compiling NIO EventLoop.swift
[570/580] Compiling NIO EventLoopFuture.swift
[571/580] Compiling NIO FileDescriptor.swift
[572/580] Compiling NIO FileHandle.swift
[573/580] Compiling NIO AddressedEnvelope.swift
[574/580] Compiling NIO BaseSocket.swift
[575/580] Compiling NIO BaseSocketChannel.swift
[576/580] Compiling NIO BaseStreamSocketChannel.swift
[577/580] Compiling NIO Bootstrap.swift
[578/580] Compiling NIO ByteBuffer-aux.swift
[579/580] Compiling NIO ByteBuffer-core.swift
[580/580] Compiling NIO ByteBuffer-int.swift
[581/581] Merging module NIO
[582/595] Compiling NIOHTTP1 HTTPEncoder.swift
[583/595] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[584/595] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[585/595] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[586/595] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[587/595] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[588/595] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[589/595] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[592/597] Merging module NIOTLS
[593/606] Compiling NIOSSL LinuxCABundle.swift
[594/613] Merging module NIOFoundationCompat
[595/615] Compiling NIOSSL SSLCallbacks.swift
[596/615] Compiling NIOSSL ByteBufferBIO.swift
[597/615] Compiling NIOSSL IdentityVerification.swift
[598/616] Merging module NIOHTTP1
[599/639] Compiling NIOTransportServices NIOTSChannelOptions.swift
[600/639] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[601/639] Compiling NIOHPACK HPACKEncoder.swift
[602/639] Compiling NIOHPACK HPACKErrors.swift
[603/639] Compiling NIOHPACK HPACKHeader.swift
[604/639] Compiling NIOHPACK HeaderTables.swift
[605/639] Compiling NIOHPACK HuffmanCoding.swift
[606/639] Compiling NIOHPACK HuffmanTables.swift
[607/639] Compiling NIOHPACK IndexedHeaderTable.swift
[608/639] Compiling NIOHPACK IntegerCoding.swift
[609/639] Compiling NIOHPACK StaticHeaderTable.swift
[610/639] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[612/640] Merging module NIOTransportServices
[618/640] Compiling NIOSSL SSLInit.swift
[619/640] Compiling NIOSSL SSLPKCS12Bundle.swift
[620/640] Compiling NIOSSL SSLPrivateKey.swift
[621/640] Compiling NIOSSL SSLPublicKey.swift
[634/640] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[635/640] Compiling NIOSSL TLSConfiguration.swift
[639/641] Merging module NIOHPACK
[640/696] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[641/696] Compiling NIOHTTP2 MaySendFrames.swift
[642/697] Merging module NIOSSL
[643/697] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[646/697] Compiling NIOHTTP2 SendingDataState.swift
[647/697] Compiling NIOHTTP2 SendingGoawayState.swift
[648/697] Compiling NIOHTTP2 SendingHeadersState.swift
[649/697] Compiling NIOHTTP2 SendingPushPromiseState.swift
[650/697] Compiling NIOHTTP2 Optional+HTTP2StreamStateMachine.swift
[651/697] Compiling NIOHTTP2 QuiescingState.swift
[652/697] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[653/697] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[654/697] Compiling NIOHTTP2 StateMachineResult.swift
[655/697] Compiling NIOHTTP2 ContentLengthVerifier.swift
[656/697] Compiling NIOHTTP2 DOSHeuristics.swift
[657/697] Compiling NIOHTTP2 SendingRstStreamState.swift
[658/697] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[659/697] Compiling NIOHTTP2 HTTP2SettingsState.swift
[660/697] Compiling NIOHTTP2 HasFlowControlWindows.swift
[661/697] Compiling NIOHTTP2 HasLocalSettings.swift
[662/697] Compiling NIOHTTP2 HasRemoteSettings.swift
[663/697] Compiling NIOHTTP2 LocallyQuiescingState.swift
[664/697] Compiling NIOHTTP2 InboundEventBuffer.swift
[665/697] Compiling NIOHTTP2 InboundWindowManager.swift
[666/697] Compiling NIOHTTP2 StreamChannelFlowController.swift
[667/697] Compiling NIOHTTP2 StreamChannelList.swift
[668/697] Compiling NIOHTTP2 StreamStateMachine.swift
[669/697] Compiling NIOHTTP2 WatermarkedFlowController.swift
[670/697] Compiling NIOHTTP2 HTTP2Settings.swift
[671/697] Compiling NIOHTTP2 HTTP2Stream.swift
[672/697] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[673/697] Compiling NIOHTTP2 HTTP2StreamID.swift
[674/697] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[675/697] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[676/697] Compiling NIOHTTP2 HTTP2UserEvents.swift
[677/697] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[678/697] Compiling NIOHTTP2 ControlFrameBuffer.swift
[679/697] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[680/697] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[681/697] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[682/697] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[683/697] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[684/697] Compiling NIOHTTP2 HTTP2Error.swift
[685/697] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[686/697] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[687/697] Compiling NIOHTTP2 HTTP2Frame.swift
[688/697] Compiling NIOHTTP2 HTTP2FrameParser.swift
[689/697] Compiling NIOHTTP2 HTTP2PingData.swift
[690/697] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[691/697] Compiling NIOHTTP2 ConnectionStateMachine.swift
[692/697] Compiling NIOHTTP2 ConnectionStreamsState.swift
[693/697] Compiling NIOHTTP2 MayReceiveFrames.swift
[694/697] Compiling NIOHTTP2 ReceivingDataState.swift
[695/697] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[696/697] Compiling NIOHTTP2 ReceivingHeadersState.swift
[697/697] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[698/698] Merging module NIOHTTP2
[699/750] Compiling GRPC Shims.swift
[700/750] Compiling GRPC Stopwatch.swift
[701/750] Compiling GRPC StreamEvent.swift
[702/750] Compiling GRPC TLSConfiguration.swift
[703/750] Compiling GRPC TLSVerificationHandler.swift
[704/750] Compiling GRPC WebCORSHandler.swift
[705/750] Compiling GRPC Server.swift
[706/750] Compiling GRPC ServerCallContext.swift
[707/750] Compiling GRPC StreamingResponseCallContext.swift
[708/750] Compiling GRPC UnaryResponseCallContext.swift
[709/750] Compiling GRPC ServerErrorDelegate.swift
[710/750] Compiling GRPC SettingsObservingHandler.swift
[711/750] Compiling GRPC Box.swift
[712/750] Compiling GRPC BaseCallHandler.swift
[713/750] Compiling GRPC BidirectionalStreamingCallHandler.swift
[714/750] Compiling GRPC ClientStreamingCallHandler.swift
[715/750] Compiling GRPC ServerStreamingCallHandler.swift
[716/750] Compiling GRPC UnaryCallHandler.swift
[717/750] Compiling GRPC BaseClientCall.swift
[718/750] Compiling GRPC LengthPrefixedMessageReader.swift
[719/750] Compiling GRPC LengthPrefixedMessageWriter.swift
[720/750] Compiling GRPC Logger.swift
[721/750] Compiling GRPC LoggingServerErrorDelegate.swift
[722/750] Compiling GRPC PlatformSupport.swift
[723/750] Compiling GRPC ReadWriteStates.swift
[724/750] Compiling GRPC ClientOptions.swift
[725/750] Compiling GRPC ClientRequestChannelHandler.swift
[726/750] Compiling GRPC CompressionMechanism.swift
[727/750] Compiling GRPC ConnectionBackoff.swift
[728/750] Compiling GRPC ConnectivityState.swift
[729/750] Compiling GRPC DelegatingErrorHandler.swift
[730/750] Compiling GRPC GRPCChannelHandler.swift
[731/750] Compiling GRPC BidirectionalStreamingCall.swift
[732/750] Compiling GRPC ClientCall.swift
[733/750] Compiling GRPC ClientStreamingCall.swift
[734/750] Compiling GRPC ServerStreamingCall.swift
[735/750] Compiling GRPC UnaryCall.swift
[736/750] Compiling GRPC ClientConnection.swift
[737/750] Compiling GRPC ClientErrorDelegate.swift
[738/750] Compiling GRPC GRPCClient.swift
[739/750] Compiling GRPC GRPCClientChannelHandler.swift
[740/750] Compiling GRPC GRPCClientResponseChannelHandler.swift
[741/750] Compiling GRPC GRPCClientStateMachine.swift
[742/750] Compiling GRPC GRPCContentType.swift
[743/750] Compiling GRPC GRPCError.swift
[744/750] Compiling GRPC GRPCHeaderName.swift
[745/750] Compiling GRPC GRPCServerCodec.swift
[746/750] Compiling GRPC GRPCStatus.swift
[747/750] Compiling GRPC GRPCStatusMessageMarshaller.swift
[748/750] Compiling GRPC GRPCTimeout.swift
[749/750] Compiling GRPC HTTP1ToRawGRPCServerCodec.swift
[750/750] Compiling GRPC HTTPProtocolSwitcher.swift
[751/751] Merging module GRPC
[752/752] Compiling docker-caching-test docker_caching_test.swift
[753/753] Merging module docker-caching-test
File: .build/debug/CNIOBoringSSL.build/module.modulemap
Size: 163 Blocks: 8 IO Block: 4096 regular file
Device: 801h/2049d Inode: 426531 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:29.897272000 +0000
Modify: 2019-11-19 11:13:29.517272000 +0000
Change: 2019-11-19 11:13:29.517272000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d
Size: 4546 Blocks: 16 IO Block: 4096 regular file
Device: 801h/2049d Inode: 427653 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:48.345814000 +0000
Modify: 2019-11-19 11:13:48.335814000 +0000
Change: 2019-11-19 11:13:48.335814000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o
Size: 8664 Blocks: 24 IO Block: 4096 regular file
Device: 801h/2049d Inode: 427635 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:48.285814000 +0000
Modify: 2019-11-19 11:13:48.335814000 +0000
Change: 2019-11-19 11:13:48.335814000 +0000
Birth: -
test
Removing intermediate container c54023488dc1
---> 07db242372a8
Step 9/12 : RUN stat .build/debug/CNIOBoringSSL.build/module.modulemap && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o && rm -rf .build
---> Running in 0260385ff83e
File: .build/debug/CNIOBoringSSL.build/module.modulemap
Size: 163 Blocks: 8 IO Block: 4096 regular file
Device: 801h/2049d Inode: 2930655 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:29.000000000 +0000
Modify: 2019-11-19 11:13:29.000000000 +0000
Change: 2019-11-19 11:14:10.058600000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d
Size: 4546 Blocks: 16 IO Block: 4096 regular file
Device: 801h/2049d Inode: 2930545 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:48.000000000 +0000
Modify: 2019-11-19 11:13:48.000000000 +0000
Change: 2019-11-19 11:14:09.948600000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o
Size: 8664 Blocks: 24 IO Block: 4096 regular file
Device: 801h/2049d Inode: 2930546 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:13:48.000000000 +0000
Modify: 2019-11-19 11:13:48.000000000 +0000
Change: 2019-11-19 11:14:09.948600000 +0000
Birth: -
Removing intermediate container 0260385ff83e
---> 00056a6879c0
Step 10/12 : RUN tar xzf build.tgz -p --atime-preserve && stat .build/debug/CNIOBoringSSL.build/module.modulemap && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d && stat .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o && swift build -c $config
---> Running in f2723e670429
File: .build/debug/CNIOBoringSSL.build/module.modulemap
Size: 163 Blocks: 8 IO Block: 4096 regular file
Device: 801h/2049d Inode: 428027 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:14:15.888600000 +0000
Modify: 2019-11-19 11:13:29.517272000 +0000
Change: 2019-11-19 11:14:15.888600000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.d
Size: 4546 Blocks: 16 IO Block: 4096 regular file
Device: 801h/2049d Inode: 696234 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:14:15.958600000 +0000
Modify: 2019-11-19 11:13:48.335814000 +0000
Change: 2019-11-19 11:14:15.958600000 +0000
Birth: -
File: .build/debug/CNIOBoringSSL.build/crypto/crypto.c.o
Size: 8664 Blocks: 24 IO Block: 4096 regular file
Device: 801h/2049d Inode: 697210 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2019-11-19 11:14:16.008600000 +0000
Modify: 2019-11-19 11:13:48.335814000 +0000
Change: 2019-11-19 11:14:16.008600000 +0000
Birth: -
[1/434] Merging module Logging
[2/435] Compiling CNIOLinux ifaddrs-android.c
[3/435] Compiling CNIOBoringSSLShims shims.c
[4/435] Compiling CNIOSHA1 c_nio_sha1.c
[5/435] Compiling CNIOHTTPParser c_nio_http_parser.c
[6/435] Compiling CNIODarwin shim.c
[7/435] Compiling CNIOLinux shim.c
[8/435] Compiling p256.c
[9/435] Compiling curve25519.c
[10/435] Merging module SwiftProtobuf
[11/435] Compiling tls_method.cc
[12/435] Compiling tls_record.cc
[13/435] Compiling tls13_server.cc
[14/435] Compiling tls13_enc.cc
[15/435] Compiling tls13_client.cc
[16/435] Compiling tls13_both.cc
[17/435] Compiling t1_enc.cc
[18/435] Compiling t1_lib.cc
[19/435] Compiling ssl_stat.cc
[20/435] Compiling ssl_versions.cc
[21/435] Compiling ssl_transcript.cc
[22/435] Compiling ssl_privkey.cc
[23/435] Compiling ssl_session.cc
[24/435] Compiling ssl_x509.cc
[25/435] Compiling ssl_key_share.cc
[26/435] Compiling ssl_lib.cc
[27/435] Compiling ssl_file.cc
[28/435] Compiling ssl_cipher.cc
[29/435] Compiling ssl_buffer.cc
[30/435] Compiling ssl_cert.cc
[31/435] Compiling ssl_aead_ctx.cc
[32/435] Compiling ssl_asn1.cc
[33/435] Compiling s3_pkt.cc
[34/435] Compiling s3_lib.cc
[35/435] Compiling s3_both.cc
[36/435] Compiling handshake_server.cc
[37/435] Compiling handshake_client.cc
[38/435] Compiling handshake.cc
[39/435] Compiling dtls_record.cc
[40/435] Compiling handoff.cc
[41/435] Compiling v3_sxnet.c
[42/435] Compiling v3_utl.c
[43/435] Compiling dtls_method.cc
[44/435] Compiling v3_skey.c
[45/435] Compiling v3_purp.c
[46/435] Compiling d1_pkt.cc
[47/435] Compiling d1_srtp.cc
[48/435] Compiling bio_ssl.cc
[49/435] Compiling v3_pmaps.c
[50/435] Compiling v3_prn.c
[51/435] Compiling v3_pku.c
[52/435] Compiling v3_pcons.c
[53/435] Compiling v3_ocsp.c
[54/435] Compiling v3_pcia.c
[55/435] Compiling v3_pci.c
[56/435] Compiling v3_lib.c
[57/435] Compiling v3_ncons.c
[58/435] Compiling d1_lib.cc
[59/435] Compiling v3_int.c
[60/435] Compiling v3_info.c
[61/435] Compiling v3_ia5.c
[62/435] Compiling v3_genn.c
[63/435] Compiling d1_both.cc
[64/435] Compiling v3_extku.c
[65/435] Compiling v3_enum.c
[66/435] Compiling v3_crld.c
[67/435] Compiling v3_cpols.c
[68/435] Compiling v3_bitst.c
[69/435] Compiling v3_bcons.c
[70/435] Compiling v3_conf.c
[71/435] Compiling v3_alt.c
[72/435] Compiling v3_akeya.c
[73/435] Compiling v3_akey.c
[74/435] Compiling pcy_map.c
[75/435] Compiling pcy_lib.c
[76/435] Compiling pcy_node.c
[77/435] Compiling x_x509a.c
[78/435] Compiling pcy_tree.c
[79/435] Compiling pcy_data.c
[80/435] Compiling pcy_cache.c
[81/435] Compiling x_val.c
[82/435] Compiling x_spki.c
[83/435] Compiling x_x509.c
[84/435] Compiling x_sig.c
[85/435] Compiling x_req.c
[86/435] Compiling x_pkey.c
[87/435] Compiling x_pubkey.c
[88/435] Compiling x_name.c
[89/435] Compiling x_info.c
[90/435] Compiling x_exten.c
[91/435] Compiling x_attrib.c
[92/435] Compiling x_algor.c
[93/435] Compiling x_crl.c
[94/435] Compiling x509spki.c
[95/435] Compiling x_all.c
[96/435] Compiling x509rset.c
[97/435] Compiling x509cset.c
[98/435] Compiling x509name.c
[99/435] Compiling x509_vpm.c
[100/435] Compiling x509_set.c
[101/435] Compiling x509_txt.c
[102/435] Compiling x509_v3.c
[103/435] Compiling x509_r2x.c
[104/435] Compiling x509_req.c
[105/435] Compiling x509_trs.c
[106/435] Compiling x509_vfy.c
[107/435] Compiling x509_obj.c
[108/435] Compiling x509_def.c
[109/435] Compiling x509_d2.c
[110/435] Compiling x509_ext.c
[111/435] Compiling x509_lu.c
[112/435] Compiling x509_att.c
[113/435] Compiling x509_cmp.c
[114/435] Compiling t_x509a.c
[115/435] Compiling x509.c
[116/435] Compiling i2d_pr.c
[117/435] Compiling t_req.c
[118/435] Compiling t_crl.c
[119/435] Compiling t_x509.c
[120/435] Compiling rsa_pss.c
[121/435] Compiling by_file.c
[122/435] Compiling algorithm.c
[123/435] Compiling by_dir.c
[124/435] Compiling a_verify.c
[125/435] Compiling thread_win.c
[126/435] Compiling asn1_gen.c
[127/435] Compiling a_digest.c
[128/435] Compiling a_sign.c
[129/435] Compiling thread.c
[130/435] Compiling thread_pthread.c
[131/435] Compiling a_strex.c
[132/435] Compiling thread_none.c
[133/435] Compiling windows.c
[134/435] Compiling refcount_c11.c
[135/435] Compiling siphash.c
[136/435] Compiling rc4.c
[137/435] Compiling rsa_print.c
[138/435] Compiling refcount_lock.c
[139/435] Compiling stack.c
[140/435] Compiling rsa_asn1.c
[141/435] Compiling rand_extra.c
[142/435] Compiling poly1305_arm_asm.S
[143/435] Compiling fuchsia.c
[144/435] Compiling forkunsafe.c
[145/435] Compiling deterministic.c
[146/435] Compiling pool.c
[147/435] Compiling poly1305.c
[148/435] Compiling poly1305_arm.c
[149/435] Compiling pkcs7.c
[150/435] Compiling poly1305_vec.c
[151/435] Compiling pkcs8.c
[152/435] Compiling p5_pbev2.c
[153/435] Compiling pkcs7_x509.c
[154/435] Compiling pem_xaux.c
[155/435] Compiling pem_x509.c
[156/435] Compiling pkcs8_x509.c
[157/435] Compiling pem_pkey.c
[158/435] Compiling obj_xref.c
[159/435] Compiling pem_pk8.c
[160/435] Compiling pem_oth.c
[161/435] Compiling mem.c
[162/435] Compiling lhash.c
[163/435] Compiling pem_info.c
[164/435] Compiling x86_64-mont5.mac.x86_64.S
[165/435] Compiling pem_lib.c
[166/435] Compiling hkdf.c
[167/435] Compiling pem_all.c
[168/435] Compiling poly_rq_mul.S
[169/435] Compiling x86_64-mont.mac.x86_64.S
[170/435] Compiling obj.c
[171/435] Compiling x86_64-mont5.linux.x86_64.S
[172/435] Compiling x86-mont.linux.x86.S
[173/435] Compiling vpaes-x86_64.mac.x86_64.S
[174/435] Compiling vpaes-x86.linux.x86.S
[175/435] Compiling x86_64-mont.linux.x86_64.S
[176/435] Compiling vpaes-x86_64.linux.x86_64.S
[177/435] Compiling vpaes-armv7.linux.arm.S
[178/435] Compiling vpaes-armv8.linux.aarch64.S
[179/435] Compiling vpaes-armv8.ios.aarch64.S
[180/435] Compiling vpaes-armv7.ios.arm.S
[181/435] Compiling sha512-x86_64.mac.x86_64.S
[182/435] Compiling sha512-armv8.ios.aarch64.S
[183/435] Compiling sha512-armv4.ios.arm.S
[184/435] Compiling sha512-armv8.linux.aarch64.S
[185/435] Compiling sha512-586.linux.x86.S
[186/435] Compiling sha256-x86_64.mac.x86_64.S
[187/435] Compiling sha512-armv4.linux.arm.S
[188/435] Compiling kdf.c
[189/435] Compiling sha512-x86_64.linux.x86_64.S
[190/435] Compiling sha256-armv8.linux.aarch64.S
[191/435] Compiling sha256-armv8.ios.aarch64.S
[192/435] Compiling sha256-armv4.ios.arm.S
[193/435] Compiling sha256-armv4.linux.arm.S
[194/435] Compiling sha256-586.linux.x86.S
[195/435] Compiling sha256-x86_64.linux.x86_64.S
[196/435] Compiling hrss.c
[197/435] Compiling sha1-armv8.linux.aarch64.S
[198/435] Compiling sha1-x86_64.mac.x86_64.S
[199/435] Compiling sha1-armv8.ios.aarch64.S
[200/435] Compiling sha1-armv4-large.linux.arm.S
[201/435] Compiling sha1-armv4-large.ios.arm.S
[202/435] Compiling sha1-586.linux.x86.S
[203/435] Compiling sha1-x86_64.linux.x86_64.S
[204/435] Compiling sha1-altivec.c
[205/435] Compiling rsaz-avx2.mac.x86_64.S
[206/435] Compiling rsaz-avx2.linux.x86_64.S
[207/435] Compiling sha512.c
[208/435] Compiling sha1.c
[209/435] Compiling sha256.c
[210/435] Compiling rdrand-x86_64.mac.x86_64.S
[211/435] Compiling rdrand-x86_64.linux.x86_64.S
[212/435] Compiling self_check.c
[213/435] Compiling blinding.c
[214/435] Compiling padding.c
[215/435] Compiling rand.c
[216/435] Compiling rsa_impl.c
[217/435] Compiling rsa.c
[218/435] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[219/435] Compiling urandom.c
[220/435] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[221/435] Compiling p256-x86_64-asm.mac.x86_64.S
[222/435] Compiling ctrdrbg.c
[223/435] Compiling p256-x86_64-asm.linux.x86_64.S
[224/435] Compiling polyval.c
[225/435] Compiling ofb.c
[226/435] Compiling gcm_nohw.c
[227/435] Compiling md5-x86_64.mac.x86_64.S
[228/435] Compiling ctr.c
[229/435] Compiling cfb.c
[230/435] Compiling cbc.c
[231/435] Compiling md5-586.linux.x86.S
[232/435] Compiling md5-x86_64.linux.x86_64.S
[233/435] Compiling gcm.c
[234/435] Compiling is_fips.c
[235/435] Compiling md5.c
[236/435] Compiling ghashv8-armx64.linux.aarch64.S
[237/435] Compiling ghashv8-armx32.ios.arm.S
[238/435] Compiling ghashv8-armx64.ios.aarch64.S
[239/435] Compiling ghashv8-armx32.linux.arm.S
[240/435] Compiling ghash-x86_64.mac.x86_64.S
[241/435] Compiling ghash-x86.linux.x86.S
[242/435] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[243/435] Compiling ghash-ssse3-x86.linux.x86.S
[244/435] Compiling hmac.c
[245/435] Compiling ghash-neon-armv8.linux.aarch64.S
[246/435] Compiling ghash-x86_64.linux.x86_64.S
[247/435] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[248/435] Compiling md4.c
[249/435] Compiling ghash-neon-armv8.ios.aarch64.S
[250/435] Compiling fips_shared_support.c
[251/435] Compiling ghash-armv4.ios.arm.S
[252/435] Compiling ghash-armv4.linux.arm.S
[253/435] Compiling util.c
[254/435] Compiling wnaf.c
[255/435] Compiling simple_mul.c
[256/435] Compiling ecdh.c
[257/435] Compiling ecdsa.c
[258/435] Compiling simple.c
[259/435] Compiling scalar.c
[260/435] Compiling felem.c
[261/435] Compiling oct.c
[262/435] Compiling ec_key.c
[263/435] Compiling ec_montgomery.c
[264/435] Compiling p224-64.c
[265/435] Compiling co-586.linux.x86.S
[266/435] Compiling digests.c
[267/435] Compiling digest.c
[268/435] Compiling ec.c
[269/435] Compiling bsaes-armv7.linux.arm.S
[270/435] Compiling bsaes-armv7.ios.arm.S
[271/435] Compiling e_des.c
[272/435] Compiling aead.c
[273/435] Compiling des.c
[274/435] Compiling cipher.c
[275/435] Compiling sqrt.c
[276/435] Compiling shift.c
[277/435] Compiling rsaz_exp.c
[278/435] Compiling e_aes.c
[279/435] Compiling montgomery_inv.c
[280/435] Compiling random.c
[281/435] Compiling mul.c
[282/435] Compiling jacobi.c
[283/435] Compiling prime.c
[284/435] Compiling montgomery.c
[285/435] Compiling generic.c
[286/435] Compiling p256-x86_64.c
[287/435] Compiling gcd_extra.c
[288/435] Compiling gcd.c
[289/435] Compiling div_extra.c
[290/435] Compiling ctx.c
[291/435] Compiling div.c
[292/435] Compiling bn-586.linux.x86.S
[293/435] Compiling bytes.c
[294/435] Compiling cmp.c
[295/435] Compiling armv8-mont.linux.aarch64.S
[296/435] Compiling armv8-mont.ios.aarch64.S
[297/435] Compiling exponentiation.c
[298/435] Compiling armv4-mont.ios.arm.S
[299/435] Compiling armv4-mont.linux.arm.S
[300/435] Compiling add.c
[301/435] Compiling bn.c
[302/435] Compiling aesv8-armx64.linux.aarch64.S
[303/435] Compiling aesv8-armx32.linux.arm.S
[304/435] Compiling aesv8-armx32.ios.arm.S
[305/435] Compiling aesv8-armx64.ios.aarch64.S
[306/435] Compiling aesni-x86_64.mac.x86_64.S
[307/435] Compiling aesni-gcm-x86_64.mac.x86_64.S
[308/435] Compiling aesni-x86.linux.x86.S
[309/435] Compiling aesni-x86_64.linux.x86_64.S
[310/435] Compiling aesni-gcm-x86_64.linux.x86_64.S
[311/435] Compiling aes-x86_64.mac.x86_64.S
[312/435] Compiling x86_64-gcc.c
[313/435] Compiling aes-armv4.linux.arm.S
[314/435] Compiling aes-armv4.ios.arm.S
[315/435] Compiling mode_wrappers.c
[316/435] Compiling aes.c
[317/435] Compiling aes-586.linux.x86.S
[318/435] Compiling key_wrap.c
[319/435] Compiling aes-x86_64.linux.x86_64.S
[320/435] Compiling ex_data.c
[321/435] Compiling scrypt.c
[322/435] Compiling sign.c
[323/435] Compiling p_x25519_asn1.c
[324/435] Compiling pbkdf.c
[325/435] Compiling p_x25519.c
[326/435] Compiling print.c
[327/435] Compiling p_rsa_asn1.c
[328/435] Compiling p_ed25519.c
[329/435] Compiling p_ec_asn1.c
[330/435] Compiling p_dsa_asn1.c
[331/435] Compiling p_ec.c
[332/435] Compiling p_ed25519_asn1.c
[333/435] Compiling p_rsa.c
[334/435] Compiling err_data.c
[335/435] Compiling evp_asn1.c
[336/435] Compiling evp_ctx.c
[337/435] Compiling digestsign.c
[338/435] Compiling engine.c
[339/435] Compiling evp.c
[340/435] Compiling ecdsa_asn1.c
[341/435] Compiling err.c
[342/435] Compiling ecdh_extra.c
[343/435] Compiling ec_derive.c
[344/435] Compiling dsa_asn1.c
[345/435] Compiling params.c
[346/435] Compiling digest_extra.c
[347/435] Compiling dh_asn1.c
[348/435] Compiling ec_asn1.c
[349/435] Compiling dsa.c
[350/435] Compiling check.c
[351/435] Compiling x25519-asm-arm.S
[352/435] Compiling dh.c
[353/435] Compiling cpu-aarch64-linux.c
[354/435] Compiling cpu-ppc64le.c
[355/435] Compiling crypto.c
[356/435] Compiling cpu-arm-linux.c
[357/435] Compiling cpu-intel.c
[358/435] Compiling cpu-arm.c
[359/435] Compiling cpu-aarch64-fuchsia.c
[360/435] Compiling spake25519.c
[361/435] Compiling e_rc4.c
[362/435] Compiling e_null.c
[363/435] Compiling e_rc2.c
[364/435] Compiling e_tls.c
[365/435] Compiling cmac.c
[366/435] Compiling tls_cbc.c
[367/435] Compiling e_chacha20poly1305.c
[368/435] Compiling conf.c
[369/435] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[370/435] Compiling derive_key.c
[371/435] Compiling e_aesgcmsiv.c
[372/435] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[373/435] Compiling e_aesctrhmac.c
[374/435] Compiling e_aesccm.c
[375/435] Compiling chacha-x86_64.mac.x86_64.S
[376/435] Compiling cipher_extra.c
[377/435] Compiling chacha-x86.linux.x86.S
[378/435] Compiling chacha-armv8.linux.aarch64.S
[379/435] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[380/435] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[381/435] Compiling chacha-armv8.ios.aarch64.S
[382/435] Compiling chacha-x86_64.linux.x86_64.S
[383/435] Compiling chacha-armv4.linux.arm.S
[384/435] Compiling chacha.c
[385/435] Compiling chacha-armv4.ios.arm.S
[386/435] Compiling unicode.c
[387/435] Compiling ber.c
[388/435] Compiling asn1_compat.c
[389/435] Compiling buf.c
[390/435] Compiling bn_asn1.c
[391/435] Compiling cbs.c
[392/435] Compiling cbb.c
[393/435] Compiling socket_helper.c
[394/435] Compiling printf.c
[395/435] Compiling convert.c
[396/435] Compiling socket.c
[397/435] Compiling hexdump.c
[398/435] Compiling pair.c
[399/435] Compiling file.c
[400/435] Compiling fd.c
[401/435] Compiling bio_mem.c
[402/435] Compiling connect.c
[403/435] Compiling base64.c
[404/435] Compiling time_support.c
[405/435] Compiling tasn_utl.c
[406/435] Compiling bio.c
[407/435] Compiling tasn_typ.c
[408/435] Compiling f_string.c
[409/435] Compiling tasn_fre.c
[410/435] Compiling tasn_new.c
[411/435] Compiling f_int.c
[412/435] Compiling tasn_enc.c
[413/435] Compiling tasn_dec.c
[414/435] Compiling f_enum.c
[415/435] Compiling asn_pack.c
[416/435] Compiling asn1_par.c
[417/435] Compiling asn1_lib.c
[418/435] Compiling a_utf8.c
[419/435] Compiling a_type.c
[420/435] Compiling a_utctm.c
[421/435] Compiling a_time.c
[422/435] Compiling a_print.c
[423/435] Compiling a_octet.c
[424/435] Compiling a_strnid.c
[425/435] Compiling a_object.c
[426/435] Compiling a_mbstr.c
[427/435] Compiling a_dup.c
[428/435] Compiling a_i2d_fp.c
[429/435] Compiling a_enum.c
[430/435] Compiling a_int.c
[431/435] Compiling a_gentm.c
[432/435] Compiling a_d2i_fp.c
[433/435] Compiling a_bool.c
[434/435] Compiling a_bitstr.c
[435/435] Compiling c-atomics.c
[436/436] Merging module NIOConcurrencyHelpers
[437/437] Merging module NIO
[438/440] Merging module NIOTLS
[439/441] Merging module NIOFoundationCompat
[440/441] Merging module NIOHTTP1
[441/443] Merging module NIOTransportServices
[442/443] Merging module NIOSSL
[443/443] Merging module NIOHPACK
[444/444] Merging module NIOHTTP2
[445/445] Merging module GRPC
[446/446] Compiling docker-caching-test docker_caching_test.swift
[447/447] Merging module docker-caching-test
Removing intermediate container f2723e670429
---> 75bf01206299
Step 11/12 : RUN ls -la .build/debug/CNIOBoringSSL.build/crypto
---> Running in 70b0d7ea7882
total 368
drwxr-xr-x 39 root root 4096 Nov 19 11:14 .
drwxr-xr-x 5 root root 4096 Nov 19 11:13 ..
drwxr-xr-x 2 root root 4096 Nov 19 11:14 asn1
drwxr-xr-x 2 root root 4096 Nov 19 11:14 base64
drwxr-xr-x 2 root root 4096 Nov 19 11:14 bio
drwxr-xr-x 2 root root 4096 Nov 19 11:14 bn_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 buf
drwxr-xr-x 2 root root 4096 Nov 19 11:14 bytestring
drwxr-xr-x 2 root root 4096 Nov 19 11:14 chacha
drwxr-xr-x 2 root root 4096 Nov 19 11:14 cipher_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 cmac
drwxr-xr-x 2 root root 4096 Nov 19 11:14 conf
-rw-r--r-- 1 root root 2682 Nov 19 11:14 cpu-aarch64-fuchsia.c.d
-rw-r--r-- 1 root root 912 Nov 19 11:14 cpu-aarch64-fuchsia.c.o
-rw-r--r-- 1 root root 2680 Nov 19 11:14 cpu-aarch64-linux.c.d
-rw-r--r-- 1 root root 912 Nov 19 11:14 cpu-aarch64-linux.c.o
-rw-r--r-- 1 root root 2676 Nov 19 11:14 cpu-arm-linux.c.d
-rw-r--r-- 1 root root 904 Nov 19 11:14 cpu-arm-linux.c.o
-rw-r--r-- 1 root root 2670 Nov 19 11:14 cpu-arm.c.d
-rw-r--r-- 1 root root 896 Nov 19 11:14 cpu-arm.c.o
-rw-r--r-- 1 root root 4686 Nov 19 11:14 cpu-intel.c.d
-rw-r--r-- 1 root root 8072 Nov 19 11:14 cpu-intel.c.o
-rw-r--r-- 1 root root 2674 Nov 19 11:14 cpu-ppc64le.c.d
-rw-r--r-- 1 root root 904 Nov 19 11:14 cpu-ppc64le.c.o
-rw-r--r-- 1 root root 4546 Nov 19 11:14 crypto.c.d
-rw-r--r-- 1 root root 8664 Nov 19 11:14 crypto.c.o
drwxr-xr-x 3 root root 4096 Nov 19 11:14 curve25519
drwxr-xr-x 2 root root 4096 Nov 19 11:14 dh
drwxr-xr-x 2 root root 4096 Nov 19 11:14 digest_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 dsa
drwxr-xr-x 2 root root 4096 Nov 19 11:14 ec_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 ecdh_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 ecdsa_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 engine
drwxr-xr-x 2 root root 4096 Nov 19 11:14 err
drwxr-xr-x 2 root root 4096 Nov 19 11:14 evp
-rw-r--r-- 1 root root 4947 Nov 19 11:14 ex_data.c.d
-rw-r--r-- 1 root root 17464 Nov 19 11:14 ex_data.c.o
drwxr-xr-x 19 root root 12288 Nov 19 11:14 fipsmodule
drwxr-xr-x 2 root root 4096 Nov 19 11:14 hkdf
drwxr-xr-x 3 root root 4096 Nov 19 11:14 hrss
drwxr-xr-x 2 root root 4096 Nov 19 11:14 lhash
-rw-r--r-- 1 root root 4718 Nov 19 11:14 mem.c.d
-rw-r--r-- 1 root root 19752 Nov 19 11:14 mem.c.o
drwxr-xr-x 2 root root 4096 Nov 19 11:14 obj
drwxr-xr-x 2 root root 4096 Nov 19 11:14 pem
drwxr-xr-x 2 root root 4096 Nov 19 11:14 pkcs7
drwxr-xr-x 2 root root 4096 Nov 19 11:14 pkcs8
drwxr-xr-x 2 root root 4096 Nov 19 11:14 poly1305
drwxr-xr-x 2 root root 4096 Nov 19 11:14 pool
drwxr-xr-x 2 root root 4096 Nov 19 11:14 rand_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 rc4
-rw-r--r-- 1 root root 3748 Nov 19 11:14 refcount_c11.c.d
-rw-r--r-- 1 root root 904 Nov 19 11:14 refcount_c11.c.o
-rw-r--r-- 1 root root 4064 Nov 19 11:14 refcount_lock.c.d
-rw-r--r-- 1 root root 5744 Nov 19 11:14 refcount_lock.c.o
drwxr-xr-x 2 root root 4096 Nov 19 11:14 rsa_extra
drwxr-xr-x 2 root root 4096 Nov 19 11:14 siphash
drwxr-xr-x 2 root root 4096 Nov 19 11:14 stack
-rw-r--r-- 1 root root 2668 Nov 19 11:14 thread.c.d
-rw-r--r-- 1 root root 7968 Nov 19 11:14 thread.c.o
-rw-r--r-- 1 root root 3747 Nov 19 11:14 thread_none.c.d
-rw-r--r-- 1 root root 904 Nov 19 11:14 thread_none.c.o
-rw-r--r-- 1 root root 4218 Nov 19 11:14 thread_pthread.c.d
-rw-r--r-- 1 root root 15816 Nov 19 11:14 thread_pthread.c.o
-rw-r--r-- 1 root root 3746 Nov 19 11:14 thread_win.c.d
-rw-r--r-- 1 root root 904 Nov 19 11:14 thread_win.c.o
drwxr-xr-x 2 root root 4096 Nov 19 11:14 x509
drwxr-xr-x 2 root root 4096 Nov 19 11:14 x509v3
Removing intermediate container 70b0d7ea7882
---> 07e3503aa53c
Step 12/12 : COPY Sources Sources
---> a0679c39073f
Successfully built a0679c39073f
Successfully tagged docker-caching-test:latest
~/Documents/Xcode/Cloud/docker-caching-test ❯❯❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment