fastlane: [Transporter Error Output]: description length:3125638 followed by precheck/spaceship exception

New Issue Checklist

Issue Description

Fastlane seems to throw an error, not fail, and keep going for quite a while. I see a build being in processing status on iTunes Connect right after the error pops up. If I turn verbose output on for deliver I get the following (notice how the file uploading seems to be going on)… After the upload completes successfully, the precheck phase seems to throw an error up (and a Spaceship stacktrace.

INFO [2017-11-26 16:35:01.61]: Checking app for precheck rule violations
ERROR [2017-11-26 16:35:09.07]: fastlane precheck just tried to inspect your app's metadata for App Store guideline violations and ran into a problem. We're not sure what the problem was, but precheck failed to finished. You can run it in verbose mode if you want to see the whole error. We'll have a fix out soon 🚀
Complete output when running fastlane, including the stack trace and command used
APP_SIGNING_CERTIFICATE_PROFILE = iPhone Distribution: redacted Limited
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>method</key>
	<string>app-store</string>
	<key>provisioningProfiles</key>
	<dict>
		<key>com.redacted.redactedid</key>
		<string>redactedid CASH</string>
	</dict>
	<key>signingCertificate</key>
	<string>iPhone Distribution: redacted Limited</string>
	<key>signingStyle</key>
	<string>manual</string>
	<key>stripSwiftSymbols</key>
	<true/>
	<key>teamID</key>
	<string>FRW5A3U9DD</string>
	<key>uploadSymbols</key>
	<true/>
	<key>compileBitcode</key>
	<false/>
</dict>
</plist>
RVM detected, forcing to use system ruby
Now using system ruby.
+ xcodebuild -exportArchive -archivePath /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/Archives/local.xcarchive -exportOptionsPlist /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/redactedtemplate/Configurations/Resources/Export.plist -exportPath /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build -xcconfig /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/redactedtemplate/Configurations/Project/Local/distribution-ventures/local-redactedid-distribution-LIVE_Stable-Apple.xcconfig
2017-11-26 16:16:22.481 xcodebuild[5856:39097] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/00/10_zhgl92n7_dq772m51qyx80041by/T/redactedidDistribution_2017-11-26_16-16-22.480.xcdistributionlogs'.
Exported local.xcarchive to: /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build
** EXPORT SUCCEEDED **

echo -e redactedid\n > /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid/release_notes.txt
IPA created (/Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid.ipa), moving file...
/Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid.ipa not found...
/Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedidDistribution.ipa
IPA created, moving file... moved to /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid.ipa attempted...
Uploading dSYMs...
2017-11-26 16:16:52.161 upload-symbols[6112:40782] Successfully submitted symbols for architecture armv7 with UUID 3d552f1f7ab5326d8dee056ad5a3174e in dSYM: /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/Archives/local.xcarchive/dSYMs/redactedid.app.dSYM
2017-11-26 16:16:52.795 upload-symbols[6112:40795] Successfully submitted symbols for architecture arm64 with UUID b549a06b3bbe39889b7de393b547a865 in dSYM: /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/Archives/local.xcarchive/dSYMs/redactedid.app.dSYM
Uploading to Crashlytics...
groupTesterId = redacted_ltd
2017-11-26 16:16:52.827 submit Crashlytics: Crashlytics.framework/submit 1.3.5 (18)
2017-11-26 16:17:01.003 submit Crashlytics: Added Release Notes Successfully 200
2017-11-26 16:17:01.619 submit Crashlytics: Added Testers/Groups Successfully 200
2017-11-26 16:20:04.479 submit Crashlytics: Uploaded Successfully 202
Checking if we need to deliver builds to the App Store
Distribution to Apple App Store mode...
PATH = /Users/redacteduser/.rvm/gems/ruby-2.3.3/bin:/Users/redacteduser/.rvm/gems/ruby-2.3.3@global/bin:/Users/redacteduser/.rvm/rubies/ruby-2.3.3/bin:/Users/redacteduser/.nvm/versions/node/v8.9.1/bin:/bin:/Users/redacteduser/NativeNewStarter/scripts:/Users/redacteduser/NativeNewStarter/scripts/cli-tools:/usr/local/bin:/usr/local/sbin:/usr/local/opt/ruby/bin:/Users/redacteduser/Library/Android/sdk/tools:/Users/redacteduser/Library/Android/sdk/platform-tools:/Users/redacteduser/gradle/latest/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/redacteduser/.local/bin:/usr/local/Cellar/sonar-runner/2.4/libexec/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/redacteduser/.rvm/bin:/Users/redacteduser/.rvm/bin
cd /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/redactedtemplate/Configurations/Project/Ventures/redactedid
IPA_PATH = /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid.ipa
APP_VERSION = 3.0.0
fastlane deliver -z 3.0.0 --ipa /Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/build/redactedid.ipa  --skip_screenshots --skip_metadata
[16:20:06]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
INFO [2017-11-26 16:20:09.44]: Successfully loaded '/Users/redacteduser/Programming/workspace/gitredacted/GitHub/redactedproject/redactedtemplate/Configurations/Project/Ventures/redactedid/Deliverfile' 📄

+----------------+---------------------------------+
|       Detected Values from './Deliverfile'       |
+----------------+---------------------------------+
| app_identifier | com.redacted.redactedid           |
| username       | redacteditunesuser@redacted.co.uk |
+----------------+---------------------------------+

INFO [2017-11-26 16:20:09.48]: Login to iTunes Connect (redacteditunesuser@redacted.co.uk)
Looking for iTunes Connect Team with ID 431160
INFO [2017-11-26 16:20:14.82]: Login successful

+--------------------------------------+-------------------------------------------------------------------+
|                                          deliver 2.66.2 Summary                                          |
+--------------------------------------+-------------------------------------------------------------------+
| app_version                          | 3.0.0                                                             |
| ipa                                  | /Users/redacteduser/Programming/workspace/gitredacted/GitHub/nat  |
|                                      | ive-platform-services-template/build/redactedid.ipa                |
| skip_screenshots                     | true                                                              |
| skip_metadata                        | true                                                              |
| screenshots_path                     | ./screenshots                                                     |
| metadata_path                        | ./metadata                                                        |
| username                             | redacteditunesuser@redacted.co.uk                                   |
| app_identifier                       | com.redacted.redactedid                                             |
| edit_live                            | false                                                             |
| platform                             | ios                                                               |
| skip_binary_upload                   | false                                                             |
| skip_app_version_update              | false                                                             |
| force                                | false                                                             |
| submit_for_review                    | false                                                             |
| automatic_release                    | false                                                             |
| overwrite_screenshots                | false                                                             |
| run_precheck_before_submit           | true                                                              |
| precheck_default_rule_level          | warn                                                              |
| ignore_language_directory_validation | false                                                             |
| precheck_include_in_app_purchases    | true                                                              |
+--------------------------------------+-------------------------------------------------------------------+

INFO [2017-11-26 16:20:16.12]: Making sure the latest version on iTunes Connect matches '3.0.0' from the ipa file...
INFO [2017-11-26 16:20:18.56]: '3.0.0' is the latest version on iTunes Connect
INFO [2017-11-26 16:20:22.32]: Uploading app icon...
INFO [2017-11-26 16:20:27.27]: Uploading binary to iTunes Connect
INFO [2017-11-26 16:20:27.54]: Wrote XML data to '/tmp/1177080419.itmsp'
INFO [2017-11-26 16:20:27.58]: Going to upload updated app to iTunes Connect
INFO [2017-11-26 16:20:27.58]: This might take a few minutes. Please don't interrupt the script.
DEBUG [2017-11-26 16:20:27.71]: /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/java/bin/java -Djava.ext.dirs=/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/java/lib/ext -XX:NewSize=2m -Xms32m -Xmx1024m -Xms1024m -Djava.awt.headless=true -Dsun.net.http.retryPost=false -jar /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/lib/itmstransporter-launcher.jar -m upload -u redacteditunesuser@redacted.co.uk -p YourPassword -f /tmp/1177080419.itmsp -t Signiant -k 100000 2>&1
DEBUG [2017-11-26 16:20:30.91]: [Transporter]: INFO: Transporter is skipping bundle update check: Already checked recently.
DEBUG [2017-11-26 16:20:31.07]: [Transporter]: INFO: Logging configured successfully.
DEBUG [2017-11-26 16:20:31.07]: [Transporter]: DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: DEBUG: Configuration refresh successful.
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: DEBUG: Saving configuration to local path: /Users/redacteduser/.itmstransporter/Defaults.properties
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: INFO: iTMSTransporter : iTunes Store Transporter [1.9.6]
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: INFO: OS identifier: Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: INFO: Memory: [JVM] 894M free, 981M total, 981M max [System] (Physical) 1809M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:20:31.23]: [Transporter]: INFO: Upload mode selected.
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: INFO: Examining the package at: /tmp/1177080419.itmsp
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: INFO: Ensuring that package has well formed metadata file...
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: DEBUG: Getting case-sensitive metadata xml filename...
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: INFO: Gathering the list of valid files from the package ...
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: DEBUG:   094e66c5f4e8d598dc2c42a8c1bcdadd.ipa will be verified by Apple's web service to determine if it is a valid file.
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: DEBUG:   metadata.xml will be verified by Apple's web service to determine if it is a valid file.
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: INFO: Finished gathering the list of valid files from the package.
DEBUG [2017-11-26 16:20:31.25]: [Transporter]: DEBUG:   Case-sensitive metadata filename is: metadata.xml
DEBUG [2017-11-26 16:20:31.32]: [Transporter]: INFO: Performing authentication of package 1177080419.itmsp ...
DEBUG [2017-11-26 16:20:31.32]: [Transporter]: DBG-X: Memory: [JVM] 879M free, 981M total, 981M max [System] (Physical) 1791M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:20:31.32]: [Transporter]: DBG-X: Memory: [JVM] 879M free, 981M total, 981M max [System] (Physical) 1789M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X: Using operation named: authenticateForSession
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter Password = **hidden value**
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:20:31+00:00
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 0.405222279
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter Username = redacteditunesuser@redacted.co.uk
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:20:31.33]: [Transporter]: INFO: id = 20171126162031-868
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter SharedSecret = **hidden value**
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter MultipartUploadsEnabled = true
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter SessionId = CO+nDBIQnGcLPNATQ36S69h2A4fdug==
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X: Deflated 452 bytes to 392
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X: Using operation named: validateMetadata
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Files = [094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, metadata.xml]
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter MetadataChecksum = f7e6a8d0910e8986e1524d7d504de161
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter MetadataCompressed = (suppressed)
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter PackageName = 1177080419.itmsp
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter PackageSize = 64100248
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:20:32+00:00
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 0.670882389
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Throttle = 100000
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Username = redacteditunesuser@redacted.co.uk
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:20:32.00]: [Transporter]: INFO: id = 20171126162032-207
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter FilesToUpload = [metadata.xml, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa]
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter AssetsToDescribe = [{Role=source, Filename=094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter CPUToken = 23bc3816-e508-4649-b811-916d4fc44fb9/1511713239046
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter Checksums = {094e66c5f4e8d598dc2c42a8c1bcdadd.ipa=d85b5ea1f0e9dccd0f93bb43191d2fd8}
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter FileSizes = {094e66c5f4e8d598dc2c42a8c1bcdadd.ipa=64099796}
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionFormat = binary
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: DBG-X:   parameter ProviderNameForToken = redactedLimited
DEBUG [2017-11-26 16:20:33.27]: [Transporter]: INFO: The list of files requested for upload by Apple is: [metadata.xml, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa].  These are the files that will be uploaded.
DEBUG [2017-11-26 16:20:33.28]: [Transporter]: INFO: Starting media analysis of assets
DEBUG [2017-11-26 16:20:33.82]: [Transporter]: DEBUG: Handling asset: filename=094e66c5f4e8d598dc2c42a8c1bcdadd.ipa,uti=com.apple.ipa,role=source,describe=true
DEBUG [2017-11-26 16:20:33.82]: [Transporter]: DEBUG: Using container type tool name and version: iOS App Describer:1.25
DEBUG [2017-11-26 16:20:33.82]: [Transporter]: DEBUG: Using path: /tmp/1177080419.itmsp/094e66c5f4e8d598dc2c42a8c1bcdadd.ipa
ERROR [2017-11-26 16:20:47.74]: [Transporter Error Output]: description length:3125638
DEBUG [2017-11-26 16:20:47.74]: [Transporter]: DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@b1712f3
DEBUG [2017-11-26 16:20:48.07]: [Transporter]: DBG-X: Deflated 3126068 bytes to 661387
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: INFO: Asset media analysis has completed
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X: Memory: [JVM] 921M free, 981M total, 981M max [System] (Physical) 1509M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X: Using operation named: lookupTransportDiagnostic
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:20:48+00:00
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 1.267365644
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter Username = redacteditunesuser@redacted.co.uk
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:20:48.09]: [Transporter]: INFO: id = 20171126162048-646
DEBUG [2017-11-26 16:20:49.83]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:20:49.83]: [Transporter]: DBG-X:   parameter AsperaLoggingLevel = OFF
DEBUG [2017-11-26 16:20:49.83]: [Transporter]: DBG-X:   parameter SigniantLoggingLevel = OFF
DEBUG [2017-11-26 16:20:50.14]: [Transporter]: INFO: Signiant TransferEngine build 10.6.0.59156
DEBUG [2017-11-26 16:20:50.15]: [Transporter]: INFO: Using Signiant UDP transport
DEBUG [2017-11-26 16:20:50.15]: [Transporter]: DBG-X: Setting the target rate to 15000001 bytes per second.
DEBUG [2017-11-26 16:20:50.15]: [Transporter]: DBG-X: Setting the throttle to 12500000 bytes per second.
DEBUG [2017-11-26 16:20:50.16]: [Transporter]: INFO: Transfer engine: 10.6.0.59156
DEBUG [2017-11-26 16:20:50.16]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:20:50.20]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTING
DEBUG [2017-11-26 16:20:50.20]: [Transporter]: INFO: Processing URL list: mxwan://sgr603.apple.com:44001/
DEBUG [2017-11-26 16:20:50.20]: [Transporter]: INFO: Trying UDP sgr603.apple.com/17.110.248.103:44001...
DEBUG [2017-11-26 16:20:51.69]: [Transporter]: INFO: Connected to UDP sgr603.apple.com/17.110.248.103:44001
DEBUG [2017-11-26 16:20:52.62]: [Transporter]: INFO: Authenticating
DEBUG [2017-11-26 16:21:02.13]: [Transporter]: INFO: The Signiant transfer engine's status is AWAITING_DATA_STREAMS
DEBUG [2017-11-26 16:21:02.13]: [Transporter]: INFO: Setting up data streams
DEBUG [2017-11-26 16:21:04.14]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTED
DEBUG [2017-11-26 16:21:04.14]: [Transporter]: INFO: Connected using WAN accelerator
DEBUG [2017-11-26 16:21:04.49]: [Transporter]: INFO:      File: b1acf1f5-429e-4a58-8dc5-29e61d9b421b93285751759162609.txt 11/11, 100% completed
DEBUG [2017-11-26 16:21:04.51]: [Transporter]: DBG-X: The status for the file, b1acf1f5-429e-4a58-8dc5-29e61d9b421b93285751759162609.txt, is TRANSFERRED.
DEBUG [2017-11-26 16:21:05.36]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:21:05.48]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:21:05.55]: [Transporter]: DEBUG: Using token file path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token
DEBUG [2017-11-26 16:21:05.56]: [Transporter]: DEBUG: Attempting exclusive file lock on token file
DEBUG [2017-11-26 16:21:05.56]: [Transporter]: DEBUG: Token exists, examining
DEBUG [2017-11-26 16:21:05.62]: [Transporter]: DEBUG: Token pid: 90785, found process = false; my pid: 7244
DEBUG [2017-11-26 16:21:05.67]: [Transporter]: DEBUG: Reusing existing token: 6f0e5d80-c267-4027-8561-e336ce31325f/1511711142367
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DEBUG: Set token: 6f0e5d80-c267-4027-8561-e336ce31325f/1511711142367
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X: Memory: [JVM] 938M free, 981M total, 981M max [System] (Physical) 1435M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X: Deflated 452 bytes to 392
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X: Using operation named: validateAssets
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter CPUToken = 6f0e5d80-c267-4027-8561-e336ce31325f/1511711142367
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter Files = [094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, metadata.xml]
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter MetadataChecksum = f7e6a8d0910e8986e1524d7d504de161
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter MetadataCompressed = (suppressed)
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:21:05.68]: [Transporter]: DBG-X:   parameter PackageName = 1177080419.itmsp
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter PackageSize = 64100248
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:21:05+00:00
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 1.741319783
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter Throttle = 100000
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter Transport = Signiant
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter Username = redacteditunesuser@redacted.co.uk
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:21:05.69]: [Transporter]: INFO: id = 20171126162105-556
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter TransportHosts = [sgr603.apple.com]
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter MinimumFileSizeThresholdForCheckum = 104857600
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionFormat = binary
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter TransportUser = transporter
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter ResumeFlag = false
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter ProviderName = redactedLimited
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter FilesToUpload = [metadata.xml, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa]
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter AssetsToDescribe = [{Role=source, Filename=094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter CPUToken = 36ff9516-9546-4926-88ce-fd0150beb7e1/1511713291772
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter Checksums = {094e66c5f4e8d598dc2c42a8c1bcdadd.ipa=d85b5ea1f0e9dccd0f93bb43191d2fd8}
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter SigniantLoggingLevel = INFO
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter TransportPath = sgr6_pod2/transporter/content/transporter/redactedLimited
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter FileSizes = {094e66c5f4e8d598dc2c42a8c1bcdadd.ipa=64099796}
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter NewPackageName = 1177080419-20171126082132-016.itmsp
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter TransportPort = 44001
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X:   parameter ProviderNameForToken = redactedLimited
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X: Existing token found, cleaning up
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X: Unlocking token at path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DBG-X: Releasing token file lock
DEBUG [2017-11-26 16:21:29.18]: [Transporter]: DEBUG: Using token file path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: DEBUG: Attempting exclusive file lock on token file
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: DEBUG: Set token: 36ff9516-9546-4926-88ce-fd0150beb7e1/1511713291772
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: The list of files requested for upload by Apple is: [metadata.xml, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa].  These are the files that will be uploaded.
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: Done performing authentication.
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: The asset replacement verification check is disabled.
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: Checking the file size of the files: [094e66c5f4e8d598dc2c42a8c1bcdadd.ipa]
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: DBG-X:  Checking the size of file: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: Done checking the file sizes.
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: INFO: Checking the md5 checksum of the files: [094e66c5f4e8d598dc2c42a8c1bcdadd.ipa]
DEBUG [2017-11-26 16:21:29.19]: [Transporter]: DBG-X:  Checking the MD5 checksum of file: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Done checking the md5 checksum.
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Preparing to upload package 1177080419.itmsp ...
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Determining which files should be uploaded ...
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Valid local files will be checked:
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Remote files uploaded:
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DBG-X: Examining working file: metadata.xml
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Adding file to be uploaded: metadata.xml
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DBG-X: Examining working file: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Adding file to be uploaded: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Finished determining which files should be uploaded.
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DBG-X: ITMSPackage: files to be uploaded:
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Starting to upload the package's files (1177080419.itmsp) ...
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Resetting sizes for progress logging
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Computing total size of files to upload ...
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DBG-X:   adding file for % complete logging: metadata.xml , size: 452
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DBG-X:   adding file for % complete logging: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa , size: 64099796
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: DEBUG: Setting total size of files for upload to: 64100248
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Done computing total size of files to upload.
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Signiant TransferEngine build 10.6.0.59156
DEBUG [2017-11-26 16:21:29.38]: [Transporter]: INFO: Using Signiant UDP transport
DEBUG [2017-11-26 16:21:29.40]: [Transporter]: DBG-X: Setting the target rate to 15000001 bytes per second.
DEBUG [2017-11-26 16:21:29.40]: [Transporter]: DBG-X: Setting the throttle to 12500000 bytes per second.
DEBUG [2017-11-26 16:21:29.40]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:21:29.42]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTING
DEBUG [2017-11-26 16:21:29.42]: [Transporter]: INFO: Processing URL list: mxwan://sgr602.apple.com:44001/
DEBUG [2017-11-26 16:21:29.42]: [Transporter]: INFO: Trying UDP sgr602.apple.com/17.110.248.102:44001...
DEBUG [2017-11-26 16:21:30.61]: [Transporter]: INFO: Connected to UDP sgr602.apple.com/17.110.248.102:44001
DEBUG [2017-11-26 16:21:30.97]: [Transporter]: INFO: Authenticating
DEBUG [2017-11-26 16:21:33.03]: [Transporter]: INFO: The Signiant transfer engine's status is AWAITING_DATA_STREAMS
DEBUG [2017-11-26 16:21:33.03]: [Transporter]: INFO: Setting up data streams
DEBUG [2017-11-26 16:21:35.13]: [Transporter]: INFO: The Signiant transfer engine's status is CONNECTED
DEBUG [2017-11-26 16:21:35.13]: [Transporter]: INFO: Connected using WAN accelerator
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: INFO:      File: metadata.xml 452/452, 100% completed
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X: Memory: [JVM] 800M free, 981M total, 981M max [System] (Physical) 1427M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X: Using operation named: assignTransportPodToUpload
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter CPUToken = 36ff9516-9546-4926-88ce-fd0150beb7e1/1511713291772
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter NewPackageName = 1177080419-20171126082132-016.itmsp
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter Pod = McCarran Signiant 2
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:21:35+00:00
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter Transport = Signiant
DEBUG [2017-11-26 16:21:35.47]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:21:35.48]: [Transporter]: DBG-X:   parameter Username = redacteditunesuser@redacted.co.uk
DEBUG [2017-11-26 16:21:35.48]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:21:35.48]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:21:35.48]: [Transporter]: INFO: id = 20171126162135-090
DEBUG [2017-11-26 16:21:35.50]: [Transporter]: DBG-X: The status for the file, metadata.xml, is TRANSFERRED.
DEBUG [2017-11-26 16:21:35.50]: [Transporter]: INFO: Package upload progress: 0% completed
DEBUG [2017-11-26 16:21:36.10]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:21:36.10]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2017-11-26 16:21:53.52]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 1295600/64099796, 2% completed
DEBUG [2017-11-26 16:22:07.35]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 2575400/64099796, 4% completed
DEBUG [2017-11-26 16:22:15.05]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 3207400/64099796, 5% completed
DEBUG [2017-11-26 16:22:22.49]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 3855200/64099796, 6% completed
DEBUG [2017-11-26 16:22:31.09]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 4487200/64099796, 7% completed
DEBUG [2017-11-26 16:22:45.32]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 5782800/64099796, 9% completed
DEBUG [2017-11-26 16:22:52.67]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 6414800/64099796, 10% completed

[...]

DEBUG [2017-11-26 16:34:51.94]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 63468600/64099796, 99% completed
DEBUG [2017-11-26 16:34:57.91]: [Transporter]: INFO:      File: 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa 64099796/64099796, 100% completed
DEBUG [2017-11-26 16:34:57.94]: [Transporter]: DBG-X: The status for the file, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, is TRANSFERRED.
DEBUG [2017-11-26 16:34:57.94]: [Transporter]: INFO: Package upload progress: 100% completed
DEBUG [2017-11-26 16:34:59.18]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:34:59.26]: [Transporter]: INFO: The Signiant transfer engine's status is DISCONNECTED
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: INFO: The file, metadata.xml, was uploaded successfully.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: INFO: The file, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, was uploaded successfully.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: INFO: The status for the upload is SUCCESSFUL.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: INFO: The package's files (1177080419.itmsp) uploaded successfully.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: INFO: Done performing upload.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: DBG-X: The transfer time for the package 1177080419.itmsp was 810056 milliseconds.
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: DBG-X: Throughput information for 1177080419.itmsp: 13 minutes, 30.06 seconds, 61.13MB, 77.28KB/sec
DEBUG [2017-11-26 16:34:59.46]: [Transporter]: DBG-X: Deflated 472 bytes to 352
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X: Memory: [JVM] 944M free, 993M total, 993M max [System] (Physical) 736M free, 16384M total (Swap) 1003M free, 1024M total
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X: Using operation named: uploadDoneWithArguments
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X: Apple's web service operation input parameters:
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter Application = iTMSTransporter
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter BaseVersion = 1.9.6
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter CPUToken = 36ff9516-9546-4926-88ce-fd0150beb7e1/1511713291772
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter ClientChecksumInfo = [{CalculationTime=183, FileLastModified=1511713227000, Filename=094e66c5f4e8d598dc2c42a8c1bcdadd.ipa, FileSize=64099796, CalculatedChecksum=d85b5ea1f0e9dccd0f93bb43191d2fd8}]
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter ExtraTransportLogCompressed = (suppressed)
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter FileSizeInfo = {metadata.xml=452, 094e66c5f4e8d598dc2c42a8c1bcdadd.ipa=64099796}
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter NewPackageName = 1177080419-20171126082132-016.itmsp
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter NumberBytesTransferred = 64100248
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter OSIdentifier = Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter PackagePathWithoutBase = sgr6_pod2/transporter/content/transporter/redactedLimited
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter StatisticsArray = [{duration=0.405222279, method=clientApplication.start}, {duration=0.670882389, method=authenticateForSession}, {duration=1.267365644, method=validateMetadata}, {duration=1.741319783, method=lookupTransportDiagnostic}, {duration=23.502874661, method=validateAssets}]
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter StatisticsClientStartDateTimeZoneISO = 2017-11-26T16:34:59+00:00
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter StatisticsPreviousCallDurationInSecs = 23.502874661
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter Throttle = 100000
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter TransferTime = 810056
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter Transport = Signiant
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter TransportLogCompressed = (suppressed)
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter TransporterArguments = -m upload -u redacteditunesconnectuser@redacted.co.uk -p **hidden value** -f /tmp/1177080419.itmsp -t Signiant -k 100000
DEBUG [2017-11-26 16:34:59.47]: [Transporter]: DBG-X:   parameter Username = redacteditunesconnectuser@redacted.co.uk
DEBUG [2017-11-26 16:34:59.48]: [Transporter]: DBG-X:   parameter Version = 1.9.6
DEBUG [2017-11-26 16:34:59.48]: [Transporter]: DBG-X:   parameter iTMSTransporterMode = upload
DEBUG [2017-11-26 16:34:59.48]: [Transporter]: INFO: id = 20171126163459-251
DEBUG [2017-11-26 16:35:01.12]: [Transporter]: DBG-X: Apple's web service operation return value:
DEBUG [2017-11-26 16:35:01.12]: [Transporter]: DBG-X:   parameter Success = true
DEBUG [2017-11-26 16:35:01.28]: [Transporter]: DBG-X: Unlocking token at path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token
DEBUG [2017-11-26 16:35:01.28]: [Transporter]: DBG-X: Releasing token file lock
DEBUG [2017-11-26 16:35:01.28]: [Transporter]: DBG-X: Removing token at path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token
DEBUG [2017-11-26 16:35:01.28]: [Transporter]: INFO: Done performing uploadDone notification to Apple.
DEBUG [2017-11-26 16:35:01.28]: [Transporter]: INFO: The package: /tmp/1177080419.itmsp has been successfully uploaded.
INFO [2017-11-26 16:35:01.44]: iTunes Transporter successfully finished its job
DEBUG [2017-11-26 16:35:01.44]: [Transporter]: DBG-X: Returning 0
WARN [2017-11-26 16:35:01.58]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X: Apple's web service operation return value:

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X:   parameter Success = true

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X: Unlocking token at path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X: Releasing token file lock

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X: Removing token at path /Users/redacteduser/.itmstransporter/UploadTokens/GL06924M.local_redactedLimited_1177080419.itmsp.token

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main>  INFO: Done performing uploadDone notification to Apple.

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main>  INFO: The package: /tmp/1177080419.itmsp has been successfully uploaded.

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter]

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter]

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter]

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] Package Summary:

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter]

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] 1 packages were uploaded successfully:

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] 	/tmp/1177080419.itmsp

WARN [2017-11-26 16:35:01.59]: [iTMSTransporter] [2017-11-26 16:35:01 GMT] <main> DBG-X: Returning 0

INFO [2017-11-26 16:35:01.59]: iTunes Transporter output above ^
ERROR [2017-11-26 16:35:01.59]: description length:3125638
WARN [2017-11-26 16:35:01.59]: Although errors occurred during execution of iTMSTransporter, it returned success status.
INFO [2017-11-26 16:35:01.59]: ---------------------------------------------------------------------------------------------------------------
INFO [2017-11-26 16:35:01.59]: Successfully uploaded package to iTunes Connect. It might take a few minutes until it's visible online.
INFO [2017-11-26 16:35:01.59]: ---------------------------------------------------------------------------------------------------------------
INFO [2017-11-26 16:35:01.60]: Finished the upload to iTunes Connect
INFO [2017-11-26 16:35:01.60]: Running precheck before submitting to review, if you'd like to disable this check you can set run_precheck_before_submit to false
INFO [2017-11-26 16:35:01.60]: Running precheck 👮‍♀️ 👮

+--------------------------+---------------------------------+
|                Summary for precheck 2.66.2                 |
+--------------------------+---------------------------------+
| default_rule_level       | warn                            |
| include_in_app_purchases | true                            |
| app_identifier           | com.redacted.redactedapp           |
| username                 | redacteditunesconnectuser@redacted.co.uk |
+--------------------------+---------------------------------+

INFO [2017-11-26 16:35:01.61]: Checking app for precheck rule violations
ERROR [2017-11-26 16:35:09.07]: fastlane precheck just tried to inspect your app's metadata for App Store guideline violations and ran into a problem. We're not sure what the problem was, but precheck failed to finished. You can run it in verbose mode if you want to see the whole error. We'll have a fix out soon 🚀
DEBUG [2017-11-26 16:35:09.07]: #<Spaceship::Client::UnexpectedResponse: <html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>daiquiri/2.0.0</center>
</body>
</html>
>
DEBUG [2017-11-26 16:35:09.07]: /Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/client.rb:611:in `parse_response'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/tunes/tunes_client.rb:387:in `app_version_data'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/tunes/tunes_client.rb:378:in `app_version'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/tunes/app_version.rb:271:in `find'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/tunes/application.rb:112:in `edit_version'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/spaceship/lib/spaceship/tunes/application.rb:118:in `latest_version'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/precheck/lib/precheck/runner.rb:165:in `latest_app_version'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/precheck/lib/precheck/runner.rb:31:in `run'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/deliver/lib/deliver/runner.rb:62:in `precheck_app'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/deliver/lib/deliver/runner.rb:34:in `run'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/deliver/lib/deliver/commands_generator.rb:73:in `block (2 levels) in run'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/commander-fastlane-4.4.5/lib/commander/command.rb:153:in `run'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/commander-fastlane-4.4.5/lib/commander/runner.rb:476:in `run_active_command'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:66:in `run!'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/commander-fastlane-4.4.5/lib/commander/delegates.rb:15:in `run!'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/deliver/lib/deliver/commands_generator.rb:176:in `run'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/deliver/lib/deliver/commands_generator.rb:12:in `start'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/fastlane/lib/fastlane/cli_tools_distributor.rb:58:in `take_off'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/gems/fastlane-2.66.2/bin/fastlane:20:in `<top (required)>'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/bin/fastlane:22:in `load'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/bin/fastlane:22:in `<main>'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'
/Users/redacteduser/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `<main>'
INFO [2017-11-26 16:35:09.72]: Sending crash report...
INFO [2017-11-26 16:35:09.72]: The stack trace is sanitized so no personal information is sent.
INFO [2017-11-26 16:35:09.72]: To see what we are sending, look here: /Users/redacteduser/.fastlane/latest_crash.json
INFO [2017-11-26 16:35:09.72]: Learn more at https://github.com/fastlane/fastlane#crash-reporting
INFO [2017-11-26 16:35:09.72]: You can disable crash reporting by adding `opt_out_crash_reporting` at the top of your Fastfile

latest_crash.json

{"eventTime":"2017-11-26T16:35:09+00:00","serviceContext":{"service":"fastlane","version":"2.66.2"},"message":"[EXCEPTION]: Spaceship::Client::UnexpectedResponse: <html>\r\n<head><title>504 Gateway Time-out</title>\n[fastlane_path]/spaceship/lib/spaceship/client.rb:611:in `parse_response'\n[fastlane_path]/spaceship/lib/spaceship/tunes/tunes_client.rb:387:in `app_version_data'\n[fastlane_path]/spaceship/lib/spaceship/tunes/tunes_client.rb:378:in `app_version'\n[fastlane_path]/spaceship/lib/spaceship/tunes/app_version.rb:271:in `find'\n[fastlane_path]/spaceship/lib/spaceship/tunes/application.rb:112:in `edit_version'\n[fastlane_path]/spaceship/lib/spaceship/tunes/application.rb:118:in `latest_version'\n[fastlane_path]/precheck/lib/precheck/runner.rb:165:in `latest_app_version'\n[fastlane_path]/precheck/lib/precheck/runner.rb:31:in `run'\n[fastlane_path]/deliver/lib/deliver/runner.rb:62:in `precheck_app'\n[fastlane_path]/deliver/lib/deliver/runner.rb:34:in `run'\n[fastlane_path]/deliver/lib/deliver/commands_generator.rb:73:in `block (2 levels) in run'\n[gem_home]/gems/commander-fastlane-4.4.5/lib/commander/command.rb:178:in `call'\n[gem_home]/gems/commander-fastlane-4.4.5/lib/commander/command.rb:153:in `run'\n[gem_home]/gems/commander-fastlane-4.4.5/lib/commander/runner.rb:476:in `run_active_command'\n[fastlane_path]/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:66:in `run!'\n[gem_home]/gems/commander-fastlane-4.4.5/lib/commander/delegates.rb:15:in `run!'\n[fastlane_path]/deliver/lib/deliver/commands_generator.rb:176:in `run'\n[fastlane_path]/deliver/lib/deliver/commands_generator.rb:12:in `start'\n[fastlane_path]/fastlane/lib/fastlane/cli_tools_distributor.rb:58:in `take_off'\n[fastlane_path]/bin/fastlane:20:in `<top (required)>'\n[gem_home]/bin/fastlane:22:in `load'\n[gem_home]/bin/fastlane:22:in `<main>'\n[gem_home]/bin/ruby_executable_hooks:15:in `eval'\n[gem_home]/bin/ruby_executable_hooks:15:in `<main>'"}

Environment

Captured Output

Command Used: env

Output/Log

<details><summary>✅ fastlane environment ✅</summary>

### Stack

| Key                         | Value                                       |
| --------------------------- | ------------------------------------------- |
| OS                          | 10.12.6                                     |
| Ruby                        | 2.3.3                                       |
| Bundler?                    | false                                       |
| Git                         | git version 2.15.0                          |
| Installation Source         | ~/.rvm/gems/ruby-2.3.3/bin/fastlane         |
| Host                        | Mac OS X 10.12.6 (16G1036)                  |
| Ruby Lib Dir                | ~/.rvm/rubies/ruby-2.3.3/lib                |
| OpenSSL Version             | OpenSSL 1.0.2m  2 Nov 2017                  |
| Is contained                | false                                       |
| Is homebrew                 | false                                       |
| Is installed via Fabric.app | false                                       |
| Xcode Path                  | /Applications/Xcode.app/Contents/Developer/ |
| Xcode Version               | 9.1                                         |


### System Locale

| Variable | Value       |   |
| -------- | ----------- | - |
| LANG     | en_GB.UTF-8 | ✅ |
| LC_ALL   |             |   |
| LANGUAGE |             |   |


### fastlane files:

**No Fastfile found**


**No Appfile found**


### fastlane gems

| Gem      | Version | Update-Status |
| -------- | ------- | ------------- |
| fastlane | 2.66.2  | ✅ Up-To-Date  |


### Loaded fastlane plugins:

**No plugins Loaded**


<details><summary><b>Loaded gems</b></summary>

| Gem                       | Version      |
| ------------------------- | ------------ |
| did_you_mean              | 1.0.0        |
| executable-hooks          | 1.3.2        |
| bundler-unload            | 1.0.2        |
| rubygems-bundler          | 1.4.4        |
| bundler                   | 1.16.0       |
| io-console                | 0.4.5        |
| slack-notifier            | 1.5.1        |
| CFPropertyList            | 2.3.5        |
| claide                    | 1.0.2        |
| colored2                  | 3.1.2        |
| nanaimo                   | 0.2.3        |
| xcodeproj                 | 1.5.3        |
| rouge                     | 2.0.7        |
| xcpretty                  | 0.2.8        |
| terminal-notifier         | 1.8.0        |
| unicode-display_width     | 1.3.0        |
| terminal-table            | 1.8.0        |
| plist                     | 3.3.0        |
| public_suffix             | 2.0.5        |
| addressable               | 2.5.2        |
| multipart-post            | 2.0.0        |
| word_wrap                 | 1.0.0        |
| tty-screen                | 0.6.3        |
| babosa                    | 1.0.2        |
| colored                   | 1.2          |
| highline                  | 1.7.10       |
| commander-fastlane        | 4.4.5        |
| excon                     | 0.59.0       |
| faraday                   | 0.13.1       |
| unf_ext                   | 0.0.7.4      |
| unf                       | 0.1.4        |
| domain_name               | 0.5.20170404 |
| http-cookie               | 1.0.3        |
| faraday-cookie_jar        | 0.0.6        |
| fastimage                 | 2.1.0        |
| gh_inspector              | 1.0.3        |
| json                      | 1.8.3        |
| mini_magick               | 4.5.1        |
| multi_json                | 1.12.2       |
| multi_xml                 | 0.6.0        |
| rubyzip                   | 1.2.1        |
| security                  | 0.1.3        |
| xcpretty-travis-formatter | 1.0.0        |
| dotenv                    | 2.2.1        |
| faraday_middleware        | 0.12.2       |
| uber                      | 0.1.0        |
| declarative               | 0.0.10       |
| declarative-option        | 0.1.0        |
| representable             | 3.0.4        |
| retriable                 | 3.1.1        |
| mime-types-data           | 3.2016.0521  |
| mime-types                | 3.1          |
| little-plugger            | 1.1.4        |
| logging                   | 2.2.2        |
| jwt                       | 2.1.0        |
| memoist                   | 0.16.0       |
| os                        | 0.9.6        |
| signet                    | 0.8.1        |
| googleauth                | 0.6.2        |
| httpclient                | 2.8.3        |
| google-api-client         | 0.13.6       |
</details>


*generated on:* **2017-11-26**
</details>


✅ fastlane environment ✅

Stack

Key Value
OS 10.12.6
Ruby 2.3.3
Bundler? false
Git git version 2.15.0
Installation Source ~/.rvm/gems/ruby-2.3.3/bin/fastlane
Host Mac OS X 10.12.6 (16G1036)
Ruby Lib Dir ~/.rvm/rubies/ruby-2.3.3/lib
OpenSSL Version OpenSSL 1.0.2m 2 Nov 2017
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 9.1

System Locale

Variable Value
LANG en_GB.UTF-8
LC_ALL
LANGUAGE

fastlane files:

No Fastfile found

No Appfile found

fastlane gems

Gem Version Update-Status
fastlane 2.66.2 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.0.0
executable-hooks 1.3.2
bundler-unload 1.0.2
rubygems-bundler 1.4.4
bundler 1.16.0
io-console 0.4.5
slack-notifier 1.5.1
CFPropertyList 2.3.5
claide 1.0.2
colored2 3.1.2
nanaimo 0.2.3
xcodeproj 1.5.3
rouge 2.0.7
xcpretty 0.2.8
terminal-notifier 1.8.0
unicode-display_width 1.3.0
terminal-table 1.8.0
plist 3.3.0
public_suffix 2.0.5
addressable 2.5.2
multipart-post 2.0.0
word_wrap 1.0.0
tty-screen 0.6.3
babosa 1.0.2
colored 1.2
highline 1.7.10
commander-fastlane 4.4.5
excon 0.59.0
faraday 0.13.1
unf_ext 0.0.7.4
unf 0.1.4
domain_name 0.5.20170404
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
fastimage 2.1.0
gh_inspector 1.0.3
json 1.8.3
mini_magick 4.5.1
multi_json 1.12.2
multi_xml 0.6.0
rubyzip 1.2.1
security 0.1.3
xcpretty-travis-formatter 1.0.0
dotenv 2.2.1
faraday_middleware 0.12.2
uber 0.1.0
declarative 0.0.10
declarative-option 0.1.0
representable 3.0.4
retriable 3.1.1
mime-types-data 3.2016.0521
mime-types 3.1
little-plugger 1.1.4
logging 2.2.2
jwt 2.1.0
memoist 0.16.0
os 0.9.6
signet 0.8.1
googleauth 0.6.2
httpclient 2.8.3
google-api-client 0.13.6

generated on: 2017-11-26

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 6
  • Comments: 19 (6 by maintainers)

Most upvoted comments

@leandromperez when you run fastlane from the CLI, you can do this: fastlane my_lane --verbose

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothPeripheralUsageDescription key with a string value explaining to the user how the app uses this data.

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSSpeechRecognitionUsageDescription key with a string value explaining to the user how the app uses this data.