Advertisement
Guest User

pip build store

a guest
Jun 30th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 225.80 KB | None | 0 0
  1. travis_fold:start:worker_info
  2. Worker information
  3. hostname: i-0659b92-precise-production-2-worker-org-docker.travisci.net:badd5048-21a3-4a4b-80ed-6d3a03d9e10f
  4. version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a43228dffc0fcca5a46569ca786b22991979f
  5. instance: 3c241c4:travis:python
  6. startup: 767.358304ms
  7. travis_fold:end:worker_info
  8. travis_fold:start:system_info
  9. Build system information
  10. Build language: python
  11. Build group: stable
  12. Build dist: precise
  13. Build id: 248912206
  14. Job id: 248912218
  15. travis-build version: 75a27e5e4
  16. Build image provisioning date and time
  17. Thu Feb 5 15:09:33 UTC 2015
  18. Operating System Details
  19. Distributor ID: Ubuntu
  20. Description: Ubuntu 12.04.5 LTS
  21. Release: 12.04
  22. Codename: precise
  23. Linux Version
  24. 3.13.0-29-generic
  25. Cookbooks Version
  26. a68419e https://github.com/travis-ci/travis-cookbooks/tree/a68419e
  27. GCC version
  28. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  29. Copyright (C) 2011 Free Software Foundation, Inc.
  30. This is free software; see the source for copying conditions. There is NO
  31. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  32.  
  33. LLVM version
  34. clang version 3.4 (tags/RELEASE_34/final)
  35. Target: x86_64-unknown-linux-gnu
  36. Thread model: posix
  37. Pre-installed Ruby versions
  38. ruby-1.9.3-p551
  39. Pre-installed Node.js versions
  40. v0.10.36
  41. Pre-installed Go versions
  42. 1.4.1
  43. Redis version
  44. redis-server 2.8.19
  45. riak version
  46. 2.0.2
  47. MongoDB version
  48. MongoDB 2.4.12
  49. CouchDB version
  50. couchdb 1.6.1
  51. Neo4j version
  52. 1.9.4
  53. RabbitMQ Version
  54. 3.4.3
  55. ElasticSearch version
  56. 1.4.0
  57. Installed Sphinx versions
  58. 2.0.10
  59. 2.1.9
  60. 2.2.6
  61. Default Sphinx version
  62. 2.2.6
  63. Installed Firefox version
  64. firefox 31.0esr
  65. PhantomJS version
  66. 1.9.8
  67. ant -version
  68. Apache Ant(TM) version 1.8.2 compiled on December 3 2011
  69. mvn -version
  70. Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
  71. Maven home: /usr/local/maven
  72. Java version: 1.7.0_76, vendor: Oracle Corporation
  73. Java home: /usr/lib/jvm/java-7-oracle/jre
  74. Default locale: en_US, platform encoding: ANSI_X3.4-1968
  75. OS name: "linux", version: "3.13.0-29-generic", arch: "amd64", family: "unix"
  76. travis_fold:end:system_info
  77. 
  78. travis_fold:start:fix.CVE-2015-7547
  79. $ export DEBIAN_FRONTEND=noninteractive
  80. Reading package lists...
  81. Building dependency tree...
  82. Reading state information...
  83. The following extra packages will be installed:
  84. libc-bin libc-dev-bin libc6-dev
  85. Suggested packages:
  86. glibc-doc
  87. The following packages will be upgraded:
  88. libc-bin libc-dev-bin libc6 libc6-dev
  89. 4 upgraded, 0 newly installed, 0 to remove and 264 not upgraded.
  90. Need to get 8,856 kB of archives.
  91. After this operation, 13.3 kB of additional disk space will be used.
  92. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev amd64 2.15-0ubuntu10.18 [2,948 kB]
  93. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc-dev-bin amd64 2.15-0ubuntu10.18 [84.5 kB]
  94. Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc-bin amd64 2.15-0ubuntu10.18 [1,178 kB]
  95. Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6 amd64 2.15-0ubuntu10.18 [4,646 kB]
  96. Fetched 8,856 kB in 0s (24.0 MB/s)
  97. Preconfiguring packages ...
  98. (Reading database ...
  99. (Reading database ... 5%
  100. (Reading database ... 10%
  101. (Reading database ... 15%
  102. (Reading database ... 20%
  103. (Reading database ... 25%
  104. (Reading database ... 30%
  105. (Reading database ... 35%
  106. (Reading database ... 40%
  107. (Reading database ... 45%
  108. (Reading database ... 50%
  109. (Reading database ... 55%
  110. (Reading database ... 60%
  111. (Reading database ... 65%
  112. (Reading database ... 70%
  113. (Reading database ... 75%
  114. (Reading database ... 80%
  115. (Reading database ... 85%
  116. (Reading database ... 90%
  117. (Reading database ... 95%
  118. (Reading database ... 100%
  119. (Reading database ... 72431 files and directories currently installed.)
  120. Preparing to replace libc6-dev 2.15-0ubuntu10.10 (using .../libc6-dev_2.15-0ubuntu10.18_amd64.deb) ...
  121. Unpacking replacement libc6-dev ...
  122. Preparing to replace libc-dev-bin 2.15-0ubuntu10.10 (using .../libc-dev-bin_2.15-0ubuntu10.18_amd64.deb) ...
  123. Unpacking replacement libc-dev-bin ...
  124. Preparing to replace libc-bin 2.15-0ubuntu10.10 (using .../libc-bin_2.15-0ubuntu10.18_amd64.deb) ...
  125. Unpacking replacement libc-bin ...
  126. Processing triggers for man-db ...
  127. Setting up libc-bin (2.15-0ubuntu10.18) ...
  128. (Reading database ...
  129. (Reading database ... 5%
  130. (Reading database ... 10%
  131. (Reading database ... 15%
  132. (Reading database ... 20%
  133. (Reading database ... 25%
  134. (Reading database ... 30%
  135. (Reading database ... 35%
  136. (Reading database ... 40%
  137. (Reading database ... 45%
  138. (Reading database ... 50%
  139. (Reading database ... 55%
  140. (Reading database ... 60%
  141. (Reading database ... 65%
  142. (Reading database ... 70%
  143. (Reading database ... 75%
  144. (Reading database ... 80%
  145. (Reading database ... 85%
  146. (Reading database ... 90%
  147. (Reading database ... 95%
  148. (Reading database ... 100%
  149. (Reading database ... 72430 files and directories currently installed.)
  150. Preparing to replace libc6 2.15-0ubuntu10.10 (using .../libc6_2.15-0ubuntu10.18_amd64.deb) ...
  151. Unpacking replacement libc6 ...
  152. Setting up libc6 (2.15-0ubuntu10.18) ...
  153. Setting up libc-dev-bin (2.15-0ubuntu10.18) ...
  154. Setting up libc6-dev (2.15-0ubuntu10.18) ...
  155. Processing triggers for libc-bin ...
  156. ldconfig deferred processing now taking place
  157. travis_fold:end:fix.CVE-2015-7547
  158. travis_fold:start:update_libssl1.0.0
  159. $ sudo apt-get install libssl1.0.0
  160.  
  161. Reading package lists... 0%
  162.  
  163. Reading package lists... 0%
  164.  
  165. Reading package lists... 1%
  166.  
  167. Reading package lists... 10%
  168.  
  169. Reading package lists... 10%
  170.  
  171. Reading package lists... 11%
  172.  
  173. Reading package lists... 11%
  174.  
  175. Reading package lists... 30%
  176.  
  177. Reading package lists... 46%
  178.  
  179. Reading package lists... 46%
  180.  
  181. Reading package lists... 47%
  182.  
  183. Reading package lists... 47%
  184.  
  185. Reading package lists... 55%
  186.  
  187. Reading package lists... 58%
  188.  
  189. Reading package lists... 58%
  190.  
  191. Reading package lists... 58%
  192.  
  193. Reading package lists... 58%
  194.  
  195. Reading package lists... 87%
  196.  
  197. Reading package lists... 94%
  198.  
  199. Reading package lists... 94%
  200.  
  201. Reading package lists... 95%
  202.  
  203. Reading package lists... 95%
  204.  
  205. Reading package lists... 95%
  206.  
  207. Reading package lists... 95%
  208.  
  209. Reading package lists... 95%
  210.  
  211. Reading package lists... 95%
  212.  
  213. Reading package lists... 95%
  214.  
  215. Reading package lists... 95%
  216.  
  217. Reading package lists... 95%
  218.  
  219. Reading package lists... 95%
  220.  
  221. Reading package lists... 95%
  222.  
  223. Reading package lists... 95%
  224.  
  225. Reading package lists... 95%
  226.  
  227. Reading package lists... 95%
  228.  
  229. Reading package lists... 95%
  230.  
  231. Reading package lists... 95%
  232.  
  233. Reading package lists... 95%
  234.  
  235. Reading package lists... 95%
  236.  
  237. Reading package lists... 95%
  238.  
  239. Reading package lists... 95%
  240.  
  241. Reading package lists... 95%
  242.  
  243. Reading package lists... 95%
  244.  
  245. Reading package lists... 95%
  246.  
  247. Reading package lists... 95%
  248.  
  249. Reading package lists... 95%
  250.  
  251. Reading package lists... 95%
  252.  
  253. Reading package lists... 95%
  254.  
  255. Reading package lists... 95%
  256.  
  257. Reading package lists... 95%
  258.  
  259. Reading package lists... 95%
  260.  
  261. Reading package lists... 95%
  262.  
  263. Reading package lists... 95%
  264.  
  265. Reading package lists... 95%
  266.  
  267. Reading package lists... 95%
  268.  
  269. Reading package lists... 95%
  270.  
  271. Reading package lists... 95%
  272.  
  273. Reading package lists... 95%
  274.  
  275. Reading package lists... 95%
  276.  
  277. Reading package lists... 95%
  278.  
  279. Reading package lists... 95%
  280.  
  281. Reading package lists... 95%
  282.  
  283. Reading package lists... 95%
  284.  
  285. Reading package lists... 95%
  286.  
  287. Reading package lists... 95%
  288.  
  289. Reading package lists... 95%
  290.  
  291. Reading package lists... 95%
  292.  
  293. Reading package lists... 95%
  294.  
  295. Reading package lists... 95%
  296.  
  297. Reading package lists... 95%
  298.  
  299. Reading package lists... 95%
  300.  
  301. Reading package lists... 95%
  302.  
  303. Reading package lists... 95%
  304.  
  305. Reading package lists... 95%
  306.  
  307. Reading package lists... 95%
  308.  
  309. Reading package lists... 95%
  310.  
  311. Reading package lists... 95%
  312.  
  313. Reading package lists... 95%
  314.  
  315. Reading package lists... 95%
  316.  
  317. Reading package lists... 95%
  318.  
  319. Reading package lists... 96%
  320.  
  321. Reading package lists... 96%
  322.  
  323. Reading package lists... 96%
  324.  
  325. Reading package lists... 96%
  326.  
  327. Reading package lists... 97%
  328.  
  329. Reading package lists... 97%
  330.  
  331. Reading package lists... 98%
  332.  
  333. Reading package lists... 98%
  334.  
  335. Reading package lists... 98%
  336.  
  337. Reading package lists... 98%
  338.  
  339. Reading package lists... 98%
  340.  
  341. Reading package lists... 98%
  342.  
  343. Reading package lists... 98%
  344.  
  345. Reading package lists... 98%
  346.  
  347. Reading package lists... 98%
  348.  
  349. Reading package lists... 98%
  350.  
  351. Reading package lists... 98%
  352.  
  353. Reading package lists... 98%
  354.  
  355. Reading package lists... 98%
  356.  
  357. Reading package lists... 98%
  358.  
  359. Reading package lists... 98%
  360.  
  361. Reading package lists... 98%
  362.  
  363. Reading package lists... 98%
  364.  
  365. Reading package lists... 98%
  366.  
  367. Reading package lists... Done
  368.  
  369.  
  370. Building dependency tree... 0%
  371.  
  372. Building dependency tree... 0%
  373.  
  374. Building dependency tree... 50%
  375.  
  376. Building dependency tree... 50%
  377.  
  378. Building dependency tree... 84%
  379.  
  380. Building dependency tree
  381.  
  382.  
  383. Reading state information... 0%
  384.  
  385. Reading state information... 0%
  386.  
  387. Reading state information... Done
  388.  
  389. The following extra packages will be installed:
  390. libssl-dev
  391. The following packages will be upgraded:
  392. libssl-dev libssl1.0.0
  393. 2 upgraded, 0 newly installed, 0 to remove and 262 not upgraded.
  394. Need to get 2,634 kB of archives.
  395. After this operation, 29.7 kB of additional disk space will be used.
  396.  
  397.  
  398. 0% [Working]
  399.  
  400. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev amd64 1.0.1-4ubuntu5.39 [1,580 kB]
  401.  
  402.  
  403. 1% [1 libssl-dev 14.1 kB/1,580 kB 1%]
  404.  
  405. 60% [Working]
  406.  
  407. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.39 [1,054 kB]
  408.  
  409.  
  410. 60% [2 libssl1.0.0 0 B/1,054 kB 0%]
  411.  
  412. 100% [Working]
  413.  
  414. Fetched 2,634 kB in 0s (5,834 kB/s)
  415. Preconfiguring packages ...
  416. (Reading database ...
  417. (Reading database ... 5%
  418. (Reading database ... 10%
  419. (Reading database ... 15%
  420. (Reading database ... 20%
  421. (Reading database ... 25%
  422. (Reading database ... 30%
  423. (Reading database ... 35%
  424. (Reading database ... 40%
  425. (Reading database ... 45%
  426. (Reading database ... 50%
  427. (Reading database ... 55%
  428. (Reading database ... 60%
  429. (Reading database ... 65%
  430. (Reading database ... 70%
  431. (Reading database ... 75%
  432. (Reading database ... 80%
  433. (Reading database ... 85%
  434. (Reading database ... 90%
  435. (Reading database ... 95%
  436. (Reading database ... 100%
  437. (Reading database ... 72430 files and directories currently installed.)
  438. Preparing to replace libssl-dev 1.0.1-4ubuntu5.21 (using .../libssl-dev_1.0.1-4ubuntu5.39_amd64.deb) ...
  439. Unpacking replacement libssl-dev ...
  440. Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.21 (using .../libssl1.0.0_1.0.1-4ubuntu5.39_amd64.deb) ...
  441. Unpacking replacement libssl1.0.0 ...
  442. Setting up libssl1.0.0 (1.0.1-4ubuntu5.39) ...
  443. Setting up libssl-dev (1.0.1-4ubuntu5.39) ...
  444. Processing triggers for libc-bin ...
  445. ldconfig deferred processing now taking place
  446. travis_fold:end:update_libssl1.0.0
  447. travis_fold:start:git.checkout
  448. travis_time:start:2d8c109e
  449. $ git clone --depth=50 https://github.com/pypa/pip.git pypa/pip
  450. Cloning into 'pypa/pip'...
  451. remote: Counting objects: 4165, done.
  452. remote: Compressing objects: 0% (1/2110) 
  453. remote: Compressing objects: 1% (22/2110) 
  454. remote: Compressing objects: 2% (43/2110) 
  455. remote: Compressing objects: 3% (64/2110) 
  456. remote: Compressing objects: 4% (85/2110) 
  457. remote: Compressing objects: 5% (106/2110) 
  458. remote: Compressing objects: 6% (127/2110) 
  459. remote: Compressing objects: 7% (148/2110) 
  460. remote: Compressing objects: 8% (169/2110) 
  461. remote: Compressing objects: 9% (190/2110) 
  462. remote: Compressing objects: 10% (211/2110) 
  463. remote: Compressing objects: 11% (233/2110) 
  464. remote: Compressing objects: 12% (254/2110) 
  465. remote: Compressing objects: 13% (275/2110) 
  466. remote: Compressing objects: 14% (296/2110) 
  467. remote: Compressing objects: 15% (317/2110) 
  468. remote: Compressing objects: 16% (338/2110) 
  469. remote: Compressing objects: 17% (359/2110) 
  470. remote: Compressing objects: 18% (380/2110) 
  471. remote: Compressing objects: 19% (401/2110) 
  472. remote: Compressing objects: 20% (422/2110) 
  473. remote: Compressing objects: 21% (444/2110) 
  474. remote: Compressing objects: 22% (465/2110) 
  475. remote: Compressing objects: 23% (486/2110) 
  476. remote: Compressing objects: 24% (507/2110) 
  477. remote: Compressing objects: 25% (528/2110) 
  478. remote: Compressing objects: 26% (549/2110) 
  479. remote: Compressing objects: 27% (570/2110) 
  480. remote: Compressing objects: 28% (591/2110) 
  481. remote: Compressing objects: 29% (612/2110) 
  482. remote: Compressing objects: 30% (633/2110) 
  483. remote: Compressing objects: 31% (655/2110) 
  484. remote: Compressing objects: 32% (676/2110) 
  485. remote: Compressing objects: 33% (697/2110) 
  486. remote: Compressing objects: 34% (718/2110) 
  487. remote: Compressing objects: 35% (739/2110) 
  488. remote: Compressing objects: 36% (760/2110) 
  489. remote: Compressing objects: 37% (781/2110) 
  490. remote: Compressing objects: 38% (802/2110) 
  491. remote: Compressing objects: 39% (823/2110) 
  492. remote: Compressing objects: 40% (844/2110) 
  493. remote: Compressing objects: 41% (866/2110) 
  494. remote: Compressing objects: 42% (887/2110) 
  495. remote: Compressing objects: 43% (908/2110) 
  496. remote: Compressing objects: 44% (929/2110) 
  497. remote: Compressing objects: 45% (950/2110) 
  498. remote: Compressing objects: 46% (971/2110) 
  499. remote: Compressing objects: 47% (992/2110) 
  500. remote: Compressing objects: 48% (1013/2110) 
  501. remote: Compressing objects: 49% (1034/2110) 
  502. remote: Compressing objects: 50% (1055/2110) 
  503. remote: Compressing objects: 51% (1077/2110) 
  504. remote: Compressing objects: 52% (1098/2110) 
  505. remote: Compressing objects: 53% (1119/2110) 
  506. remote: Compressing objects: 54% (1140/2110) 
  507. remote: Compressing objects: 55% (1161/2110) 
  508. remote: Compressing objects: 56% (1182/2110) 
  509. remote: Compressing objects: 57% (1203/2110) 
  510. remote: Compressing objects: 58% (1224/2110) 
  511. remote: Compressing objects: 59% (1245/2110) 
  512. remote: Compressing objects: 60% (1266/2110) 
  513. remote: Compressing objects: 61% (1288/2110) 
  514. remote: Compressing objects: 62% (1309/2110) 
  515. remote: Compressing objects: 63% (1330/2110) 
  516. remote: Compressing objects: 64% (1351/2110) 
  517. remote: Compressing objects: 65% (1372/2110) 
  518. remote: Compressing objects: 66% (1393/2110) 
  519. remote: Compressing objects: 67% (1414/2110) 
  520. remote: Compressing objects: 68% (1435/2110) 
  521. remote: Compressing objects: 69% (1456/2110) 
  522. remote: Compressing objects: 70% (1477/2110) 
  523. remote: Compressing objects: 71% (1499/2110) 
  524. remote: Compressing objects: 72% (1520/2110) 
  525. remote: Compressing objects: 73% (1541/2110) 
  526. remote: Compressing objects: 74% (1562/2110) 
  527. remote: Compressing objects: 75% (1583/2110) 
  528. remote: Compressing objects: 76% (1604/2110) 
  529. remote: Compressing objects: 77% (1625/2110) 
  530. remote: Compressing objects: 78% (1646/2110) 
  531. remote: Compressing objects: 79% (1667/2110) 
  532. remote: Compressing objects: 80% (1688/2110) 
  533. remote: Compressing objects: 81% (1710/2110) 
  534. remote: Compressing objects: 82% (1731/2110) 
  535. remote: Compressing objects: 83% (1752/2110) 
  536. remote: Compressing objects: 84% (1773/2110) 
  537. remote: Compressing objects: 85% (1794/2110) 
  538. remote: Compressing objects: 86% (1815/2110) 
  539. remote: Compressing objects: 87% (1836/2110) 
  540. remote: Compressing objects: 88% (1857/2110) 
  541. remote: Compressing objects: 89% (1878/2110) 
  542. remote: Compressing objects: 90% (1899/2110) 
  543. remote: Compressing objects: 91% (1921/2110) 
  544. remote: Compressing objects: 92% (1942/2110) 
  545. remote: Compressing objects: 93% (1963/2110) 
  546. remote: Compressing objects: 94% (1984/2110) 
  547. remote: Compressing objects: 95% (2005/2110) 
  548. remote: Compressing objects: 96% (2026/2110) 
  549. remote: Compressing objects: 97% (2047/2110) 
  550. remote: Compressing objects: 98% (2068/2110) 
  551. remote: Compressing objects: 99% (2089/2110) 
  552. remote: Compressing objects: 100% (2110/2110) 
  553. remote: Compressing objects: 100% (2110/2110), done.
  554. Receiving objects: 0% (1/4165)
  555. Receiving objects: 1% (42/4165)
  556. Receiving objects: 2% (84/4165)
  557. Receiving objects: 3% (125/4165)
  558. Receiving objects: 4% (167/4165)
  559. Receiving objects: 5% (209/4165)
  560. Receiving objects: 6% (250/4165)
  561. Receiving objects: 7% (292/4165)
  562. Receiving objects: 8% (334/4165)
  563. Receiving objects: 9% (375/4165)
  564. Receiving objects: 10% (417/4165)
  565. Receiving objects: 11% (459/4165)
  566. Receiving objects: 12% (500/4165)
  567. Receiving objects: 13% (542/4165)
  568. Receiving objects: 14% (584/4165)
  569. Receiving objects: 15% (625/4165)
  570. Receiving objects: 16% (667/4165)
  571. Receiving objects: 17% (709/4165)
  572. Receiving objects: 18% (750/4165)
  573. Receiving objects: 19% (792/4165)
  574. Receiving objects: 20% (833/4165)
  575. Receiving objects: 21% (875/4165)
  576. Receiving objects: 22% (917/4165)
  577. Receiving objects: 23% (958/4165)
  578. Receiving objects: 24% (1000/4165)
  579. Receiving objects: 25% (1042/4165)
  580. Receiving objects: 26% (1083/4165)
  581. Receiving objects: 27% (1125/4165)
  582. Receiving objects: 28% (1167/4165)
  583. Receiving objects: 29% (1208/4165)
  584. Receiving objects: 30% (1250/4165)
  585. Receiving objects: 31% (1292/4165)
  586. Receiving objects: 32% (1333/4165)
  587. Receiving objects: 33% (1375/4165)
  588. Receiving objects: 34% (1417/4165)
  589. Receiving objects: 35% (1458/4165)
  590. Receiving objects: 36% (1500/4165)
  591. Receiving objects: 37% (1542/4165)
  592. Receiving objects: 38% (1583/4165)
  593. Receiving objects: 39% (1625/4165)
  594. Receiving objects: 40% (1666/4165)
  595. Receiving objects: 41% (1708/4165)
  596. Receiving objects: 42% (1750/4165)
  597. Receiving objects: 43% (1791/4165)
  598. Receiving objects: 44% (1833/4165)
  599. Receiving objects: 45% (1875/4165)
  600. Receiving objects: 46% (1916/4165)
  601. Receiving objects: 47% (1958/4165)
  602. Receiving objects: 48% (2000/4165)
  603. Receiving objects: 49% (2041/4165)
  604. Receiving objects: 50% (2083/4165)
  605. Receiving objects: 51% (2125/4165)
  606. Receiving objects: 52% (2166/4165)
  607. Receiving objects: 53% (2208/4165)
  608. Receiving objects: 54% (2250/4165)
  609. Receiving objects: 55% (2291/4165)
  610. Receiving objects: 56% (2333/4165)
  611. Receiving objects: 57% (2375/4165)
  612. Receiving objects: 58% (2416/4165)
  613. Receiving objects: 59% (2458/4165)
  614. Receiving objects: 60% (2499/4165)
  615. Receiving objects: 61% (2541/4165), 4.47 MiB | 8.92 MiB/s
  616. Receiving objects: 62% (2583/4165), 4.47 MiB | 8.92 MiB/s
  617. Receiving objects: 63% (2624/4165), 4.47 MiB | 8.92 MiB/s
  618. Receiving objects: 64% (2666/4165), 4.47 MiB | 8.92 MiB/s
  619. Receiving objects: 65% (2708/4165), 4.47 MiB | 8.92 MiB/s
  620. Receiving objects: 66% (2749/4165), 4.47 MiB | 8.92 MiB/s
  621. Receiving objects: 67% (2791/4165), 4.47 MiB | 8.92 MiB/s
  622. Receiving objects: 68% (2833/4165), 4.47 MiB | 8.92 MiB/s
  623. Receiving objects: 69% (2874/4165), 4.47 MiB | 8.92 MiB/s
  624. Receiving objects: 70% (2916/4165), 4.47 MiB | 8.92 MiB/s
  625. Receiving objects: 71% (2958/4165), 4.47 MiB | 8.92 MiB/s
  626. Receiving objects: 72% (2999/4165), 4.47 MiB | 8.92 MiB/s
  627. Receiving objects: 73% (3041/4165), 4.47 MiB | 8.92 MiB/s
  628. Receiving objects: 74% (3083/4165), 4.47 MiB | 8.92 MiB/s
  629. Receiving objects: 75% (3124/4165), 4.47 MiB | 8.92 MiB/s
  630. Receiving objects: 76% (3166/4165), 4.47 MiB | 8.92 MiB/s
  631. Receiving objects: 77% (3208/4165), 4.47 MiB | 8.92 MiB/s
  632. Receiving objects: 78% (3249/4165), 4.47 MiB | 8.92 MiB/s
  633. Receiving objects: 79% (3291/4165), 4.47 MiB | 8.92 MiB/s
  634. Receiving objects: 80% (3332/4165), 4.47 MiB | 8.92 MiB/s
  635. Receiving objects: 81% (3374/4165), 4.47 MiB | 8.92 MiB/s
  636. Receiving objects: 82% (3416/4165), 4.47 MiB | 8.92 MiB/s
  637. Receiving objects: 83% (3457/4165), 4.47 MiB | 8.92 MiB/s
  638. Receiving objects: 84% (3499/4165), 4.47 MiB | 8.92 MiB/s
  639. Receiving objects: 85% (3541/4165), 4.47 MiB | 8.92 MiB/s
  640. Receiving objects: 86% (3582/4165), 4.47 MiB | 8.92 MiB/s
  641. Receiving objects: 87% (3624/4165), 4.47 MiB | 8.92 MiB/s
  642. Receiving objects: 88% (3666/4165), 4.47 MiB | 8.92 MiB/s
  643. Receiving objects: 89% (3707/4165), 4.47 MiB | 8.92 MiB/s
  644. Receiving objects: 90% (3749/4165), 4.47 MiB | 8.92 MiB/s
  645. Receiving objects: 91% (3791/4165), 4.47 MiB | 8.92 MiB/s
  646. Receiving objects: 92% (3832/4165), 4.47 MiB | 8.92 MiB/s
  647. Receiving objects: 93% (3874/4165), 4.47 MiB | 8.92 MiB/s
  648. Receiving objects: 94% (3916/4165), 4.47 MiB | 8.92 MiB/s
  649. Receiving objects: 95% (3957/4165), 4.47 MiB | 8.92 MiB/s
  650. Receiving objects: 96% (3999/4165), 4.47 MiB | 8.92 MiB/s
  651. Receiving objects: 97% (4041/4165), 4.47 MiB | 8.92 MiB/s
  652. Receiving objects: 98% (4082/4165), 4.47 MiB | 8.92 MiB/s
  653. Receiving objects: 98% (4111/4165), 9.67 MiB | 9.64 MiB/s
  654. Receiving objects: 99% (4124/4165), 9.67 MiB | 9.64 MiB/s
  655. remote: Total 4165 (delta 2692), reused 3185 (delta 1950), pack-reused 0
  656. Receiving objects: 100% (4165/4165), 9.67 MiB | 9.64 MiB/s
  657. Receiving objects: 100% (4165/4165), 12.85 MiB | 9.64 MiB/s, done.
  658. Resolving deltas: 0% (0/2692)
  659. Resolving deltas: 1% (45/2692)
  660. Resolving deltas: 3% (92/2692)
  661. Resolving deltas: 5% (139/2692)
  662. Resolving deltas: 7% (198/2692)
  663. Resolving deltas: 11% (297/2692)
  664. Resolving deltas: 13% (360/2692)
  665. Resolving deltas: 14% (377/2692)
  666. Resolving deltas: 15% (408/2692)
  667. Resolving deltas: 16% (450/2692)
  668. Resolving deltas: 17% (465/2692)
  669. Resolving deltas: 19% (529/2692)
  670. Resolving deltas: 20% (546/2692)
  671. Resolving deltas: 21% (569/2692)
  672. Resolving deltas: 22% (594/2692)
  673. Resolving deltas: 23% (629/2692)
  674. Resolving deltas: 24% (651/2692)
  675. Resolving deltas: 27% (728/2692)
  676. Resolving deltas: 28% (755/2692)
  677. Resolving deltas: 29% (789/2692)
  678. Resolving deltas: 30% (810/2692)
  679. Resolving deltas: 31% (851/2692)
  680. Resolving deltas: 36% (977/2692)
  681. Resolving deltas: 37% (1005/2692)
  682. Resolving deltas: 38% (1025/2692)
  683. Resolving deltas: 39% (1053/2692)
  684. Resolving deltas: 40% (1089/2692)
  685. Resolving deltas: 41% (1117/2692)
  686. Resolving deltas: 42% (1131/2692)
  687. Resolving deltas: 44% (1198/2692)
  688. Resolving deltas: 45% (1215/2692)
  689. Resolving deltas: 46% (1244/2692)
  690. Resolving deltas: 47% (1269/2692)
  691. Resolving deltas: 48% (1293/2692)
  692. Resolving deltas: 49% (1322/2692)
  693. Resolving deltas: 50% (1358/2692)
  694. Resolving deltas: 51% (1385/2692)
  695. Resolving deltas: 52% (1400/2692)
  696. Resolving deltas: 53% (1427/2692)
  697. Resolving deltas: 54% (1454/2692)
  698. Resolving deltas: 55% (1482/2692)
  699. Resolving deltas: 56% (1508/2692)
  700. Resolving deltas: 57% (1535/2692)
  701. Resolving deltas: 58% (1564/2692)
  702. Resolving deltas: 59% (1589/2692)
  703. Resolving deltas: 60% (1617/2692)
  704. Resolving deltas: 61% (1644/2692)
  705. Resolving deltas: 62% (1670/2692)
  706. Resolving deltas: 63% (1696/2692)
  707. Resolving deltas: 64% (1733/2692)
  708. Resolving deltas: 65% (1759/2692)
  709. Resolving deltas: 66% (1784/2692)
  710. Resolving deltas: 67% (1811/2692)
  711. Resolving deltas: 68% (1855/2692)
  712. Resolving deltas: 69% (1858/2692)
  713. Resolving deltas: 70% (1907/2692)
  714. Resolving deltas: 71% (1919/2692)
  715. Resolving deltas: 72% (1941/2692)
  716. Resolving deltas: 73% (1973/2692)
  717. Resolving deltas: 74% (2000/2692)
  718. Resolving deltas: 75% (2024/2692)
  719. Resolving deltas: 77% (2079/2692)
  720. Resolving deltas: 78% (2101/2692)
  721. Resolving deltas: 79% (2139/2692)
  722. Resolving deltas: 80% (2154/2692)
  723. Resolving deltas: 81% (2184/2692)
  724. Resolving deltas: 82% (2209/2692)
  725. Resolving deltas: 83% (2236/2692)
  726. Resolving deltas: 84% (2262/2692)
  727. Resolving deltas: 85% (2310/2692)
  728. Resolving deltas: 86% (2316/2692)
  729. Resolving deltas: 87% (2345/2692)
  730. Resolving deltas: 88% (2378/2692)
  731. Resolving deltas: 89% (2397/2692)
  732. Resolving deltas: 90% (2424/2692)
  733. Resolving deltas: 91% (2451/2692)
  734. Resolving deltas: 92% (2478/2692)
  735. Resolving deltas: 93% (2519/2692)
  736. Resolving deltas: 94% (2533/2692)
  737. Resolving deltas: 95% (2566/2692)
  738. Resolving deltas: 96% (2594/2692)
  739. Resolving deltas: 97% (2616/2692)
  740. Resolving deltas: 98% (2641/2692)
  741. Resolving deltas: 99% (2666/2692)
  742. Resolving deltas: 100% (2692/2692)
  743. Resolving deltas: 100% (2692/2692), done.
  744. Checking connectivity... done.
  745.  
  746. travis_time:end:2d8c109e:start=1498851122561664904,finish=1498851125254124075,duration=2692459171
  747. $ cd pypa/pip
  748. travis_time:start:1571d6ee
  749. $ git fetch origin +refs/pull/4586/merge:
  750. remote: Counting objects: 8, done.
  751. remote: Compressing objects: 25% (1/4) 
  752. remote: Compressing objects: 50% (2/4) 
  753. remote: Compressing objects: 75% (3/4) 
  754. remote: Compressing objects: 100% (4/4) 
  755. remote: Compressing objects: 100% (4/4), done.
  756. remote: Total 8 (delta 4), reused 6 (delta 3), pack-reused 0
  757. Unpacking objects: 12% (1/8)
  758. Unpacking objects: 25% (2/8)
  759. Unpacking objects: 37% (3/8)
  760. Unpacking objects: 50% (4/8)
  761. Unpacking objects: 62% (5/8)
  762. Unpacking objects: 75% (6/8)
  763. Unpacking objects: 87% (7/8)
  764. Unpacking objects: 100% (8/8)
  765. Unpacking objects: 100% (8/8), done.
  766. From https://github.com/pypa/pip
  767. * branch refs/pull/4586/merge -> FETCH_HEAD
  768.  
  769. travis_time:end:1571d6ee:start=1498851125274764968,finish=1498851126058289898,duration=783524930
  770. $ git checkout -qf FETCH_HEAD
  771. travis_fold:end:git.checkout
  772. 
  773. Setting environment variables from .travis.yml
  774. $ export TOXENV=pypy
  775.  
  776. travis_time:start:0614423d
  777. $ source ~/virtualenv/pypy/bin/activate
  778.  
  779. travis_time:end:0614423d:start=1498851134596668523,finish=1498851134612936570,duration=16268047
  780. $ python --version
  781. Python 2.7.8 (10f1b29a2bd2, Feb 02 2015, 21:22:43)
  782. [PyPy 2.5.0 with GCC 4.6.3]
  783. $ pip --version
  784. pip 6.0.7 from /home/travis/virtualenv/pypy-2.5.0/site-packages (python 2.7)
  785. travis_fold:start:install
  786. travis_time:start:02928fd2
  787. $ travis_retry .travis/install.sh
  788. +git config --global user.email [email protected]
  789. +git config --global user.name pip
  790. +pip install --upgrade setuptools
  791. Collecting setuptools from https://pypi.python.org/packages/fc/cb/748dcabb152fbc7eceaf585d052b8bc11cf028b917a7d2343cf1e0c092c3/setuptools-36.0.1-py2.py3-none-any.whl#md5=7a52500dcfd7c4f37f5d20e462c93560
  792. Downloading setuptools-36.0.1-py2.py3-none-any.whl (476kB)
  793. [?25l
  794.  0% | | 4.1kB 7.4MB/s eta 0:00:01
  795.  1% | | 8.2kB 7.0MB/s eta 0:00:01
  796.  2% | | 12kB 7.4MB/s eta 0:00:01
  797.  3% |# | 16kB 7.9MB/s eta 0:00:01
  798.  4% |# | 20kB 8.5MB/s eta 0:00:01
  799.  5% |# | 24kB 8.5MB/s eta 0:00:01
  800.  6% |# | 28kB 8.8MB/s eta 0:00:01
  801.  6% |## | 32kB 8.5MB/s eta 0:00:01
  802.  7% |## | 36kB 8.8MB/s eta 0:00:01
  803.  8% |## | 40kB 8.8MB/s eta 0:00:01
  804.  9% |### | 45kB 9.2MB/s eta 0:00:01
  805.  10% |### | 49kB 9.5MB/s eta 0:00:01
  806.  11% |### | 53kB 9.9MB/s eta 0:00:01
  807.  12% |### | 57kB 2.3MB/s eta 0:00:01
  808.  12% |#### | 61kB 2.3MB/s eta 0:00:01
  809.  13% |#### | 65kB 2.3MB/s eta 0:00:01
  810.  14% |#### | 69kB 2.2MB/s eta 0:00:01
  811.  15% |#### | 73kB 2.3MB/s eta 0:00:01
  812.  16% |##### | 77kB 2.3MB/s eta 0:00:01
  813.  17% |##### | 81kB 2.2MB/s eta 0:00:01
  814.  18% |##### | 86kB 2.2MB/s eta 0:00:01
  815.  18% |###### | 90kB 2.2MB/s eta 0:00:01
  816.  19% |###### | 94kB 2.2MB/s eta 0:00:01
  817.  20% |###### | 98kB 8.6MB/s eta 0:00:01
  818.  21% |###### | 102kB 9.0MB/s eta 0:00:01
  819.  22% |####### | 106kB 9.4MB/s eta 0:00:01
  820.  23% |####### | 110kB 9.4MB/s eta 0:00:01
  821.  24% |####### | 114kB 9.3MB/s eta 0:00:01
  822.  24% |####### | 118kB 9.1MB/s eta 0:00:01
  823.  25% |######## | 122kB 9.4MB/s eta 0:00:01
  824.  26% |######## | 126kB 9.1MB/s eta 0:00:01
  825.  27% |######## | 131kB 6.2MB/s eta 0:00:01
  826.  28% |######### | 135kB 5.9MB/s eta 0:00:01
  827.  29% |######### | 139kB 5.9MB/s eta 0:00:01
  828.  30% |######### | 143kB 5.7MB/s eta 0:00:01
  829.  30% |######### | 147kB 5.5MB/s eta 0:00:01
  830.  31% |########## | 151kB 5.4MB/s eta 0:00:01
  831.  32% |########## | 155kB 3.7MB/s eta 0:00:01
  832.  33% |########## | 159kB 3.7MB/s eta 0:00:01
  833.  34% |########### | 163kB 3.6MB/s eta 0:00:01
  834.  35% |########### | 167kB 3.5MB/s eta 0:00:01
  835.  36% |########### | 172kB 4.3MB/s eta 0:00:01
  836.  36% |########### | 176kB 3.5MB/s eta 0:00:01
  837.  37% |############ | 180kB 3.5MB/s eta 0:00:01
  838.  38% |############ | 184kB 3.6MB/s eta 0:00:01
  839.  39% |############ | 188kB 3.7MB/s eta 0:00:01
  840.  40% |############ | 192kB 3.7MB/s eta 0:00:01
  841.  41% |############# | 196kB 5.3MB/s eta 0:00:01
  842.  42% |############# | 200kB 5.4MB/s eta 0:00:01
  843.  43% |############# | 204kB 5.7MB/s eta 0:00:01
  844.  43% |############## | 208kB 5.9MB/s eta 0:00:01
  845.  44% |############## | 212kB 5.9MB/s eta 0:00:01
  846.  45% |############## | 217kB 8.9MB/s eta 0:00:01
  847.  46% |############## | 221kB 9.2MB/s eta 0:00:01
  848.  47% |############### | 225kB 9.4MB/s eta 0:00:01
  849.  48% |############### | 229kB 9.2MB/s eta 0:00:01
  850.  49% |############### | 233kB 9.2MB/s eta 0:00:01
  851.  49% |############### | 237kB 9.4MB/s eta 0:00:01
  852.  50% |################ | 241kB 9.5MB/s eta 0:00:01
  853.  51% |################ | 245kB 9.2MB/s eta 0:00:01
  854.  52% |################ | 249kB 9.2MB/s eta 0:00:01
  855.  53% |################# | 253kB 9.5MB/s eta 0:00:01
  856.  54% |################# | 258kB 9.3MB/s eta 0:00:01
  857.  55% |################# | 262kB 9.1MB/s eta 0:00:01
  858.  55% |################# | 266kB 8.9MB/s eta 0:00:01
  859.  56% |################## | 270kB 9.3MB/s eta 0:00:01
  860.  57% |################## | 274kB 9.2MB/s eta 0:00:01
  861.  58% |################## | 278kB 9.2MB/s eta 0:00:01
  862.  59% |################## | 282kB 9.2MB/s eta 0:00:01
  863.  60% |################### | 286kB 9.6MB/s eta 0:00:01
  864.  61% |################### | 290kB 9.6MB/s eta 0:00:01
  865.  61% |################### | 294kB 9.4MB/s eta 0:00:01
  866.  62% |#################### | 299kB 9.9MB/s eta 0:00:01
  867.  63% |#################### | 303kB 10.2MB/s eta 0:00:01
  868.  64% |#################### | 307kB 10.4MB/s eta 0:00:01
  869.  65% |#################### | 311kB 10.2MB/s eta 0:00:01
  870.  66% |##################### | 315kB 10.2MB/s eta 0:00:01
  871.  67% |##################### | 319kB 10.5MB/s eta 0:00:01
  872.  67% |##################### | 323kB 10.5MB/s eta 0:00:01
  873.  68% |###################### | 327kB 10.3MB/s eta 0:00:01
  874.  69% |###################### | 331kB 10.2MB/s eta 0:00:01
  875.  70% |###################### | 335kB 10.6MB/s eta 0:00:01
  876.  71% |###################### | 339kB 10.4MB/s eta 0:00:01
  877.  72% |####################### | 344kB 10.0MB/s eta 0:00:01
  878.  73% |####################### | 348kB 10.0MB/s eta 0:00:01
  879.  73% |####################### | 352kB 10.1MB/s eta 0:00:01
  880.  74% |####################### | 356kB 10.1MB/s eta 0:00:01
  881.  75% |######################## | 360kB 9.9MB/s eta 0:00:01
  882.  76% |######################## | 364kB 9.9MB/s eta 0:00:01
  883.  77% |######################## | 368kB 10.1MB/s eta 0:00:01
  884.  78% |######################### | 372kB 10.1MB/s eta 0:00:01
  885.  79% |######################### | 376kB 9.9MB/s eta 0:00:01
  886.  80% |######################### | 380kB 8.2MB/s eta 0:00:01
  887.  80% |######################### | 385kB 8.4MB/s eta 0:00:01
  888.  81% |########################## | 389kB 8.4MB/s eta 0:00:01
  889.  82% |########################## | 393kB 8.3MB/s eta 0:00:01
  890.  83% |########################## | 397kB 8.3MB/s eta 0:00:01
  891.  84% |########################## | 401kB 8.4MB/s eta 0:00:01
  892.  85% |########################### | 405kB 8.5MB/s eta 0:00:01
  893.  86% |########################### | 409kB 8.3MB/s eta 0:00:01
  894.  86% |########################### | 413kB 8.3MB/s eta 0:00:01
  895.  87% |############################ | 417kB 8.7MB/s eta 0:00:01
  896.  88% |############################ | 421kB 10.9MB/s eta 0:00:01
  897.  89% |############################ | 425kB 10.9MB/s eta 0:00:01
  898.  90% |############################ | 430kB 11.0MB/s eta 0:00:01
  899.  91% |############################# | 434kB 11.3MB/s eta 0:00:01
  900.  92% |############################# | 438kB 11.4MB/s eta 0:00:01
  901.  92% |############################# | 442kB 11.3MB/s eta 0:00:01
  902.  93% |############################## | 446kB 11.4MB/s eta 0:00:01
  903.  94% |############################## | 450kB 11.9MB/s eta 0:00:01
  904.  95% |############################## | 454kB 11.9MB/s eta 0:00:01
  905.  96% |############################## | 458kB 11.4MB/s eta 0:00:01
  906.  97% |############################### | 462kB 11.3MB/s eta 0:00:01
  907.  98% |############################### | 466kB 11.5MB/s eta 0:00:01
  908.  98% |############################### | 471kB 11.6MB/s eta 0:00:01
  909.  99% |############################### | 475kB 11.5MB/s eta 0:00:01
  910.  100% |################################| 479kB 235kB/s
  911. [?25hInstalling collected packages: setuptools
  912. Found existing installation: setuptools 12.0.5
  913. Uninstalling setuptools-12.0.5:
  914. Successfully uninstalled setuptools-12.0.5
  915.  
  916. Successfully installed setuptools-36.0.1
  917. +pip install --upgrade tox
  918. Collecting tox
  919. Downloading tox-2.7.0-py2.py3-none-any.whl (49kB)
  920. [?25l
  921.  8% |## | 4.1kB 11.3MB/s eta 0:00:01
  922.  16% |##### | 8.2kB 6.5MB/s eta 0:00:01
  923.  24% |####### | 12kB 6.5MB/s eta 0:00:01
  924.  32% |########## | 16kB 6.8MB/s eta 0:00:01
  925.  41% |############# | 20kB 6.8MB/s eta 0:00:01
  926.  49% |############### | 24kB 7.0MB/s eta 0:00:01
  927.  57% |################## | 28kB 7.1MB/s eta 0:00:01
  928.  65% |##################### | 32kB 7.1MB/s eta 0:00:01
  929.  74% |####################### | 36kB 7.4MB/s eta 0:00:01
  930.  82% |########################## | 40kB 7.5MB/s eta 0:00:01
  931.  90% |############################ | 45kB 7.4MB/s eta 0:00:01
  932.  98% |############################### | 49kB 8.0MB/s eta 0:00:01
  933.  100% |################################| 53kB 2.9MB/s
  934. [?25hCollecting pluggy<1.0,>=0.3.0 (from tox)
  935. Downloading pluggy-0.4.0-py2.py3-none-any.whl
  936. Collecting py>=1.4.17 from https://pypi.python.org/packages/53/67/9620edf7803ab867b175e4fd23c7b8bd8eba11cb761514dcd2e726ef07da/py-1.4.34-py2.py3-none-any.whl#md5=0cb02dbd9cf647f97b8963d4def97a7f (from tox)
  937. Downloading py-1.4.34-py2.py3-none-any.whl (84kB)
  938. [?25l
  939.  4% |# | 4.1kB 7.6MB/s eta 0:00:01
  940.  9% |### | 8.2kB 6.5MB/s eta 0:00:01
  941.  14% |#### | 12kB 7.1MB/s eta 0:00:01
  942.  19% |###### | 16kB 6.9MB/s eta 0:00:01
  943.  24% |####### | 20kB 6.5MB/s eta 0:00:01
  944.  29% |######### | 24kB 6.2MB/s eta 0:00:01
  945.  34% |########## | 28kB 6.5MB/s eta 0:00:01
  946.  38% |############ | 32kB 6.5MB/s eta 0:00:01
  947.  43% |############## | 36kB 6.6MB/s eta 0:00:01
  948.  48% |############### | 40kB 6.7MB/s eta 0:00:01
  949.  53% |################# | 45kB 6.9MB/s eta 0:00:01
  950.  58% |################## | 49kB 7.0MB/s eta 0:00:01
  951.  63% |#################### | 53kB 7.0MB/s eta 0:00:01
  952.  68% |##################### | 57kB 7.3MB/s eta 0:00:01
  953.  73% |####################### | 61kB 7.5MB/s eta 0:00:01
  954.  77% |######################## | 65kB 7.8MB/s eta 0:00:01
  955.  82% |########################## | 69kB 7.9MB/s eta 0:00:01
  956.  87% |############################ | 73kB 8.3MB/s eta 0:00:01
  957.  92% |############################# | 77kB 7.9MB/s eta 0:00:01
  958.  97% |############################### | 81kB 8.0MB/s eta 0:00:01
  959.  100% |################################| 86kB 1.7MB/s
  960. [?25hCollecting virtualenv>=1.11.2 (from tox)
  961. Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
  962. [?25l
  963.  0% | | 4.1kB 15.4MB/s eta 0:00:01
  964.  0% | | 8.2kB 10.3MB/s eta 0:00:01
  965.  0% | | 12kB 11.0MB/s eta 0:00:01
  966.  0% | | 16kB 9.8MB/s eta 0:00:01
  967.  1% | | 20kB 9.6MB/s eta 0:00:01
  968.  1% | | 24kB 9.6MB/s eta 0:00:01
  969.  1% | | 28kB 10.0MB/s eta 0:00:01
  970.  1% | | 32kB 9.8MB/s eta 0:00:01
  971.  2% | | 36kB 10.0MB/s eta 0:00:01
  972.  2% | | 40kB 10.0MB/s eta 0:00:01
  973.  2% | | 45kB 9.9MB/s eta 0:00:01
  974.  2% | | 49kB 9.9MB/s eta 0:00:01
  975.  2% | | 53kB 9.7MB/s eta 0:00:01
  976.  3% |# | 57kB 9.9MB/s eta 0:00:01
  977.  3% |# | 61kB 10.1MB/s eta 0:00:01
  978.  3% |# | 65kB 9.8MB/s eta 0:00:01
  979.  3% |# | 69kB 9.3MB/s eta 0:00:01
  980.  4% |# | 73kB 9.1MB/s eta 0:00:01
  981.  4% |# | 77kB 8.7MB/s eta 0:00:01
  982.  4% |# | 81kB 8.2MB/s eta 0:00:01
  983.  4% |# | 86kB 7.7MB/s eta 0:00:01
  984.  4% |# | 90kB 7.9MB/s eta 0:00:01
  985.  5% |# | 94kB 4.8MB/s eta 0:00:01
  986.  5% |# | 98kB 4.6MB/s eta 0:00:01
  987.  5% |# | 102kB 4.5MB/s eta 0:00:01
  988.  5% |# | 106kB 4.5MB/s eta 0:00:01
  989.  6% |# | 110kB 4.5MB/s eta 0:00:01
  990.  6% |## | 114kB 4.4MB/s eta 0:00:01
  991.  6% |## | 118kB 4.4MB/s eta 0:00:01
  992.  6% |## | 122kB 4.4MB/s eta 0:00:01
  993.  6% |## | 126kB 4.5MB/s eta 0:00:01
  994.  7% |## | 131kB 4.2MB/s eta 0:00:01
  995.  7% |## | 135kB 6.3MB/s eta 0:00:01
  996.  7% |## | 139kB 6.3MB/s eta 0:00:01
  997.  7% |## | 143kB 6.3MB/s eta 0:00:01
  998.  8% |## | 147kB 6.0MB/s eta 0:00:01
  999.  8% |## | 151kB 5.9MB/s eta 0:00:01
  1000.  8% |## | 155kB 6.0MB/s eta 0:00:01
  1001.  8% |## | 159kB 6.2MB/s eta 0:00:01
  1002.  8% |## | 163kB 6.0MB/s eta 0:00:01
  1003.  9% |## | 167kB 6.0MB/s eta 0:00:01
  1004.  9% |### | 172kB 6.3MB/s eta 0:00:01
  1005.  9% |### | 176kB 6.3MB/s eta 0:00:01
  1006.  9% |### | 180kB 6.1MB/s eta 0:00:01
  1007.  10% |### | 184kB 6.2MB/s eta 0:00:01
  1008.  10% |### | 188kB 6.4MB/s eta 0:00:01
  1009.  10% |### | 192kB 6.3MB/s eta 0:00:01
  1010.  10% |### | 196kB 6.0MB/s eta 0:00:01
  1011.  11% |### | 200kB 6.0MB/s eta 0:00:01
  1012.  11% |### | 204kB 6.2MB/s eta 0:00:01
  1013.  11% |### | 208kB 6.3MB/s eta 0:00:01
  1014.  11% |### | 212kB 6.2MB/s eta 0:00:01
  1015.  11% |### | 217kB 6.3MB/s eta 0:00:01
  1016.  12% |### | 221kB 6.6MB/s eta 0:00:01
  1017.  12% |### | 225kB 6.7MB/s eta 0:00:01
  1018.  12% |#### | 229kB 6.5MB/s eta 0:00:01
  1019.  12% |#### | 233kB 6.7MB/s eta 0:00:01
  1020.  13% |#### | 237kB 7.0MB/s eta 0:00:01
  1021.  13% |#### | 241kB 6.9MB/s eta 0:00:01
  1022.  13% |#### | 245kB 6.8MB/s eta 0:00:01
  1023.  13% |#### | 249kB 6.8MB/s eta 0:00:01
  1024.  13% |#### | 253kB 6.9MB/s eta 0:00:01
  1025.  14% |#### | 258kB 7.0MB/s eta 0:00:01
  1026.  14% |#### | 262kB 6.9MB/s eta 0:00:01
  1027.  14% |#### | 266kB 6.8MB/s eta 0:00:01
  1028.  14% |#### | 270kB 7.1MB/s eta 0:00:01
  1029.  15% |#### | 274kB 7.0MB/s eta 0:00:01
  1030.  15% |#### | 278kB 6.9MB/s eta 0:00:01
  1031.  15% |#### | 282kB 7.2MB/s eta 0:00:01
  1032.  15% |##### | 286kB 7.5MB/s eta 0:00:01
  1033.  15% |##### | 290kB 7.6MB/s eta 0:00:01
  1034.  16% |##### | 294kB 7.8MB/s eta 0:00:01
  1035.  16% |##### | 299kB 7.9MB/s eta 0:00:01
  1036.  16% |##### | 303kB 6.9MB/s eta 0:00:01
  1037.  16% |##### | 307kB 7.2MB/s eta 0:00:01
  1038.  17% |##### | 311kB 7.2MB/s eta 0:00:01
  1039.  17% |##### | 315kB 7.6MB/s eta 0:00:01
  1040.  17% |##### | 319kB 7.9MB/s eta 0:00:01
  1041.  17% |##### | 323kB 7.9MB/s eta 0:00:01
  1042.  17% |##### | 327kB 7.8MB/s eta 0:00:01
  1043.  18% |##### | 331kB 7.9MB/s eta 0:00:01
  1044.  18% |##### | 335kB 7.9MB/s eta 0:00:01
  1045.  18% |##### | 339kB 8.0MB/s eta 0:00:01
  1046.  18% |###### | 344kB 9.7MB/s eta 0:00:01
  1047.  19% |###### | 348kB 9.7MB/s eta 0:00:01
  1048.  19% |###### | 352kB 10.2MB/s eta 0:00:01
  1049.  19% |###### | 356kB 9.9MB/s eta 0:00:01
  1050.  19% |###### | 360kB 10.0MB/s eta 0:00:01
  1051.  20% |###### | 364kB 10.0MB/s eta 0:00:01
  1052.  20% |###### | 368kB 10.2MB/s eta 0:00:01
  1053.  20% |###### | 372kB 10.2MB/s eta 0:00:01
  1054.  20% |###### | 376kB 10.2MB/s eta 0:00:01
  1055.  20% |###### | 380kB 10.3MB/s eta 0:00:01
  1056.  21% |###### | 385kB 10.0MB/s eta 0:00:01
  1057.  21% |###### | 389kB 9.9MB/s eta 0:00:01
  1058.  21% |###### | 393kB 9.4MB/s eta 0:00:01
  1059.  21% |###### | 397kB 9.6MB/s eta 0:00:01
  1060.  22% |####### | 401kB 9.6MB/s eta 0:00:01
  1061.  22% |####### | 405kB 9.5MB/s eta 0:00:01
  1062.  22% |####### | 409kB 9.3MB/s eta 0:00:01
  1063.  22% |####### | 413kB 9.2MB/s eta 0:00:01
  1064.  22% |####### | 417kB 9.3MB/s eta 0:00:01
  1065.  23% |####### | 421kB 9.3MB/s eta 0:00:01
  1066.  23% |####### | 425kB 9.8MB/s eta 0:00:01
  1067.  23% |####### | 430kB 9.9MB/s eta 0:00:01
  1068.  23% |####### | 434kB 10.0MB/s eta 0:00:01
  1069.  24% |####### | 438kB 10.1MB/s eta 0:00:01
  1070.  24% |####### | 442kB 10.1MB/s eta 0:00:01
  1071.  24% |####### | 446kB 10.3MB/s eta 0:00:01
  1072.  24% |####### | 450kB 10.4MB/s eta 0:00:01
  1073.  24% |####### | 454kB 10.5MB/s eta 0:00:01
  1074.  25% |######## | 458kB 10.4MB/s eta 0:00:01
  1075.  25% |######## | 462kB 10.2MB/s eta 0:00:01
  1076.  25% |######## | 466kB 10.1MB/s eta 0:00:01
  1077.  25% |######## | 471kB 10.1MB/s eta 0:00:01
  1078.  26% |######## | 475kB 10.1MB/s eta 0:00:01
  1079.  26% |######## | 479kB 10.1MB/s eta 0:00:01
  1080.  26% |######## | 483kB 10.3MB/s eta 0:00:01
  1081.  26% |######## | 487kB 10.3MB/s eta 0:00:01
  1082.  26% |######## | 491kB 10.2MB/s eta 0:00:01
  1083.  27% |######## | 495kB 10.3MB/s eta 0:00:01
  1084.  27% |######## | 499kB 10.5MB/s eta 0:00:01
  1085.  27% |######## | 503kB 10.7MB/s eta 0:00:01
  1086.  27% |######## | 507kB 10.8MB/s eta 0:00:01
  1087.  28% |######## | 512kB 10.8MB/s eta 0:00:01
  1088.  28% |######### | 516kB 10.8MB/s eta 0:00:01
  1089.  28% |######### | 520kB 10.7MB/s eta 0:00:01
  1090.  28% |######### | 524kB 10.4MB/s eta 0:00:01
  1091.  29% |######### | 528kB 10.5MB/s eta 0:00:01
  1092.  29% |######### | 532kB 10.4MB/s eta 0:00:01
  1093.  29% |######### | 536kB 10.3MB/s eta 0:00:01
  1094.  29% |######### | 540kB 10.1MB/s eta 0:00:01
  1095.  29% |######### | 544kB 10.0MB/s eta 0:00:01
  1096.  30% |######### | 548kB 10.0MB/s eta 0:00:01
  1097.  30% |######### | 552kB 9.9MB/s eta 0:00:01
  1098.  30% |######### | 557kB 10.0MB/s eta 0:00:01
  1099.  30% |######### | 561kB 10.0MB/s eta 0:00:01
  1100.  31% |######### | 565kB 10.5MB/s eta 0:00:01
  1101.  31% |########## | 569kB 10.5MB/s eta 0:00:01
  1102.  31% |########## | 573kB 10.6MB/s eta 0:00:01
  1103.  31% |########## | 577kB 10.6MB/s eta 0:00:01
  1104.  31% |########## | 581kB 10.7MB/s eta 0:00:01
  1105.  32% |########## | 585kB 10.7MB/s eta 0:00:01
  1106.  32% |########## | 589kB 10.7MB/s eta 0:00:01
  1107.  32% |########## | 593kB 10.7MB/s eta 0:00:01
  1108.  32% |########## | 598kB 10.7MB/s eta 0:00:01
  1109.  33% |########## | 602kB 10.7MB/s eta 0:00:01
  1110.  33% |########## | 606kB 10.4MB/s eta 0:00:01
  1111.  33% |########## | 610kB 10.4MB/s eta 0:00:01
  1112.  33% |########## | 614kB 10.5MB/s eta 0:00:01
  1113.  33% |########## | 618kB 10.3MB/s eta 0:00:01
  1114.  34% |########## | 622kB 10.2MB/s eta 0:00:01
  1115.  34% |########### | 626kB 10.2MB/s eta 0:00:01
  1116.  34% |########### | 630kB 10.3MB/s eta 0:00:01
  1117.  34% |########### | 634kB 10.3MB/s eta 0:00:01
  1118.  35% |########### | 638kB 10.0MB/s eta 0:00:01
  1119.  35% |########### | 643kB 9.9MB/s eta 0:00:01
  1120.  35% |########### | 647kB 9.8MB/s eta 0:00:01
  1121.  35% |########### | 651kB 9.7MB/s eta 0:00:01
  1122.  35% |########### | 655kB 9.4MB/s eta 0:00:01
  1123.  36% |########### | 659kB 9.5MB/s eta 0:00:01
  1124.  36% |########### | 663kB 9.3MB/s eta 0:00:01
  1125.  36% |########### | 667kB 9.3MB/s eta 0:00:01
  1126.  36% |########### | 671kB 9.2MB/s eta 0:00:01
  1127.  37% |########### | 675kB 9.2MB/s eta 0:00:01
  1128.  37% |########### | 679kB 9.7MB/s eta 0:00:01
  1129.  37% |############ | 684kB 9.8MB/s eta 0:00:01
  1130.  37% |############ | 688kB 9.9MB/s eta 0:00:01
  1131.  38% |############ | 692kB 10.0MB/s eta 0:00:01
  1132.  38% |############ | 696kB 10.3MB/s eta 0:00:01
  1133.  38% |############ | 700kB 10.4MB/s eta 0:00:01
  1134.  38% |############ | 704kB 10.4MB/s eta 0:00:01
  1135.  38% |############ | 708kB 10.5MB/s eta 0:00:01
  1136.  39% |############ | 712kB 10.8MB/s eta 0:00:01
  1137.  39% |############ | 716kB 10.8MB/s eta 0:00:01
  1138.  39% |############ | 720kB 10.4MB/s eta 0:00:01
  1139.  39% |############ | 724kB 10.4MB/s eta 0:00:01
  1140.  40% |############ | 729kB 10.4MB/s eta 0:00:01
  1141.  40% |############ | 733kB 10.4MB/s eta 0:00:01
  1142.  40% |############ | 737kB 10.2MB/s eta 0:00:01
  1143.  40% |############# | 741kB 10.1MB/s eta 0:00:01
  1144.  40% |############# | 745kB 10.1MB/s eta 0:00:01
  1145.  41% |############# | 749kB 10.1MB/s eta 0:00:01
  1146.  41% |############# | 753kB 9.9MB/s eta 0:00:01
  1147.  41% |############# | 757kB 9.9MB/s eta 0:00:01
  1148.  41% |############# | 761kB 9.9MB/s eta 0:00:01
  1149.  42% |############# | 765kB 9.9MB/s eta 0:00:01
  1150.  42% |############# | 770kB 9.9MB/s eta 0:00:01
  1151.  42% |############# | 774kB 9.9MB/s eta 0:00:01
  1152.  42% |############# | 778kB 10.1MB/s eta 0:00:01
  1153.  42% |############# | 782kB 10.1MB/s eta 0:00:01
  1154.  43% |############# | 786kB 10.1MB/s eta 0:00:01
  1155.  43% |############# | 790kB 10.2MB/s eta 0:00:01
  1156.  43% |############# | 794kB 10.6MB/s eta 0:00:01
  1157.  43% |############## | 798kB 10.6MB/s eta 0:00:01
  1158.  44% |############## | 802kB 10.6MB/s eta 0:00:01
  1159.  44% |############## | 806kB 10.6MB/s eta 0:00:01
  1160.  44% |############## | 811kB 10.7MB/s eta 0:00:01
  1161.  44% |############## | 815kB 10.6MB/s eta 0:00:01
  1162.  44% |############## | 819kB 10.5MB/s eta 0:00:01
  1163.  45% |############## | 823kB 10.5MB/s eta 0:00:01
  1164.  45% |############## | 827kB 10.5MB/s eta 0:00:01
  1165.  45% |############## | 831kB 10.5MB/s eta 0:00:01
  1166.  45% |############## | 835kB 10.1MB/s eta 0:00:01
  1167.  46% |############## | 839kB 10.1MB/s eta 0:00:01
  1168.  46% |############## | 843kB 10.0MB/s eta 0:00:01
  1169.  46% |############## | 847kB 10.0MB/s eta 0:00:01
  1170.  46% |############## | 851kB 10.0MB/s eta 0:00:01
  1171.  47% |############### | 856kB 10.1MB/s eta 0:00:01
  1172.  47% |############### | 860kB 10.4MB/s eta 0:00:01
  1173.  47% |############### | 864kB 10.4MB/s eta 0:00:01
  1174.  47% |############### | 868kB 10.8MB/s eta 0:00:01
  1175.  47% |############### | 872kB 10.6MB/s eta 0:00:01
  1176.  48% |############### | 876kB 10.6MB/s eta 0:00:01
  1177.  48% |############### | 880kB 10.7MB/s eta 0:00:01
  1178.  48% |############### | 884kB 10.6MB/s eta 0:00:01
  1179.  48% |############### | 888kB 10.6MB/s eta 0:00:01
  1180.  49% |############### | 892kB 10.3MB/s eta 0:00:01
  1181.  49% |############### | 897kB 10.1MB/s eta 0:00:01
  1182.  49% |############### | 901kB 9.7MB/s eta 0:00:01
  1183.  49% |############### | 905kB 9.6MB/s eta 0:00:01
  1184.  49% |############### | 909kB 9.3MB/s eta 0:00:01
  1185.  50% |################ | 913kB 9.3MB/s eta 0:00:01
  1186.  50% |################ | 917kB 9.3MB/s eta 0:00:01
  1187.  50% |################ | 921kB 9.2MB/s eta 0:00:01
  1188.  50% |################ | 925kB 9.1MB/s eta 0:00:01
  1189.  51% |################ | 929kB 9.1MB/s eta 0:00:01
  1190.  51% |################ | 933kB 9.3MB/s eta 0:00:01
  1191.  51% |################ | 937kB 9.4MB/s eta 0:00:01
  1192.  51% |################ | 942kB 9.6MB/s eta 0:00:01
  1193.  51% |################ | 946kB 9.5MB/s eta 0:00:01
  1194.  52% |################ | 950kB 9.1MB/s eta 0:00:01
  1195.  52% |################ | 954kB 8.8MB/s eta 0:00:01
  1196.  52% |################ | 958kB 8.8MB/s eta 0:00:01
  1197.  52% |################ | 962kB 8.4MB/s eta 0:00:01
  1198.  53% |################ | 966kB 8.4MB/s eta 0:00:01
  1199.  53% |################# | 970kB 8.2MB/s eta 0:00:01
  1200.  53% |################# | 974kB 8.4MB/s eta 0:00:01
  1201.  53% |################# | 978kB 8.3MB/s eta 0:00:01
  1202.  53% |################# | 983kB 8.1MB/s eta 0:00:01
  1203.  54% |################# | 987kB 8.1MB/s eta 0:00:01
  1204.  54% |################# | 991kB 8.6MB/s eta 0:00:01
  1205.  54% |################# | 995kB 8.8MB/s eta 0:00:01
  1206.  54% |################# | 999kB 8.9MB/s eta 0:00:01
  1207.  55% |################# | 1.0MB 9.2MB/s eta 0:00:01
  1208.  55% |################# | 1.0MB 9.2MB/s eta 0:00:01
  1209.  55% |################# | 1.0MB 9.2MB/s eta 0:00:01
  1210.  55% |################# | 1.0MB 8.7MB/s eta 0:00:01
  1211.  56% |################# | 1.0MB 8.7MB/s eta 0:00:01
  1212.  56% |################# | 1.0MB 8.8MB/s eta 0:00:01
  1213.  56% |################## | 1.0MB 8.9MB/s eta 0:00:01
  1214.  56% |################## | 1.0MB 8.4MB/s eta 0:00:01
  1215.  56% |################## | 1.0MB 8.2MB/s eta 0:00:01
  1216.  57% |################## | 1.0MB 8.3MB/s eta 0:00:01
  1217.  57% |################## | 1.0MB 8.3MB/s eta 0:00:01
  1218.  57% |################## | 1.0MB 7.8MB/s eta 0:00:01
  1219.  57% |################## | 1.1MB 7.6MB/s eta 0:00:01
  1220.  58% |################## | 1.1MB 7.8MB/s eta 0:00:01
  1221.  58% |################## | 1.1MB 7.6MB/s eta 0:00:01
  1222.  58% |################## | 1.1MB 7.1MB/s eta 0:00:01
  1223.  58% |################## | 1.1MB 6.9MB/s eta 0:00:01
  1224.  58% |################## | 1.1MB 7.0MB/s eta 0:00:01
  1225.  59% |################## | 1.1MB 6.9MB/s eta 0:00:01
  1226.  59% |################### | 1.1MB 6.7MB/s eta 0:00:01
  1227.  59% |################### | 1.1MB 6.6MB/s eta 0:00:01
  1228.  59% |################### | 1.1MB 6.8MB/s eta 0:00:01
  1229.  60% |################### | 1.1MB 7.0MB/s eta 0:00:01
  1230.  60% |################### | 1.1MB 6.6MB/s eta 0:00:01
  1231.  60% |################### | 1.1MB 6.5MB/s eta 0:00:01
  1232.  60% |################### | 1.1MB 6.9MB/s eta 0:00:01
  1233.  60% |################### | 1.1MB 7.0MB/s eta 0:00:01
  1234.  61% |################### | 1.1MB 6.9MB/s eta 0:00:01
  1235.  61% |################### | 1.1MB 6.9MB/s eta 0:00:01
  1236.  61% |################### | 1.1MB 6.9MB/s eta 0:00:01
  1237.  61% |################### | 1.1MB 6.8MB/s eta 0:00:01
  1238.  62% |################### | 1.1MB 6.4MB/s eta 0:00:01
  1239.  62% |################### | 1.1MB 6.3MB/s eta 0:00:01
  1240.  62% |#################### | 1.1MB 6.4MB/s eta 0:00:01
  1241.  62% |#################### | 1.1MB 6.5MB/s eta 0:00:01
  1242.  62% |#################### | 1.1MB 6.0MB/s eta 0:00:01
  1243.  63% |#################### | 1.2MB 5.8MB/s eta 0:00:01
  1244.  63% |#################### | 1.2MB 5.9MB/s eta 0:00:01
  1245.  63% |#################### | 1.2MB 5.9MB/s eta 0:00:01
  1246.  63% |#################### | 1.2MB 5.9MB/s eta 0:00:01
  1247.  64% |#################### | 1.2MB 5.8MB/s eta 0:00:01
  1248.  64% |#################### | 1.2MB 6.3MB/s eta 0:00:01
  1249.  64% |#################### | 1.2MB 6.2MB/s eta 0:00:01
  1250.  64% |#################### | 1.2MB 6.3MB/s eta 0:00:01
  1251.  65% |#################### | 1.2MB 6.5MB/s eta 0:00:01
  1252.  65% |#################### | 1.2MB 7.2MB/s eta 0:00:01
  1253.  65% |#################### | 1.2MB 7.5MB/s eta 0:00:01
  1254.  65% |##################### | 1.2MB 7.2MB/s eta 0:00:01
  1255.  65% |##################### | 1.2MB 7.2MB/s eta 0:00:01
  1256.  66% |##################### | 1.2MB 7.4MB/s eta 0:00:01
  1257.  66% |##################### | 1.2MB 7.7MB/s eta 0:00:01
  1258.  66% |##################### | 1.2MB 7.4MB/s eta 0:00:01
  1259.  66% |##################### | 1.2MB 7.4MB/s eta 0:00:01
  1260.  67% |##################### | 1.2MB 7.6MB/s eta 0:00:01
  1261.  67% |##################### | 1.2MB 7.3MB/s eta 0:00:01
  1262.  67% |##################### | 1.2MB 6.0MB/s eta 0:00:01
  1263.  67% |##################### | 1.2MB 5.9MB/s eta 0:00:01
  1264.  67% |##################### | 1.2MB 6.1MB/s eta 0:00:01
  1265.  68% |##################### | 1.2MB 6.2MB/s eta 0:00:01
  1266.  68% |##################### | 1.2MB 6.0MB/s eta 0:00:01
  1267.  68% |##################### | 1.2MB 6.0MB/s eta 0:00:01
  1268.  68% |###################### | 1.3MB 6.2MB/s eta 0:00:01
  1269.  69% |###################### | 1.3MB 6.2MB/s eta 0:00:01
  1270.  69% |###################### | 1.3MB 6.0MB/s eta 0:00:01
  1271.  69% |###################### | 1.3MB 6.1MB/s eta 0:00:01
  1272.  69% |###################### | 1.3MB 7.4MB/s eta 0:00:01
  1273.  69% |###################### | 1.3MB 7.3MB/s eta 0:00:01
  1274.  70% |###################### | 1.3MB 7.2MB/s eta 0:00:01
  1275.  70% |###################### | 1.3MB 7.2MB/s eta 0:00:01
  1276.  70% |###################### | 1.3MB 7.4MB/s eta 0:00:01
  1277.  70% |###################### | 1.3MB 7.4MB/s eta 0:00:01
  1278.  71% |###################### | 1.3MB 7.4MB/s eta 0:00:01
  1279.  71% |###################### | 1.3MB 7.5MB/s eta 0:00:01
  1280.  71% |###################### | 1.3MB 7.8MB/s eta 0:00:01
  1281.  71% |###################### | 1.3MB 7.9MB/s eta 0:00:01
  1282.  71% |####################### | 1.3MB 7.9MB/s eta 0:00:01
  1283.  72% |####################### | 1.3MB 8.2MB/s eta 0:00:01
  1284.  72% |####################### | 1.3MB 8.4MB/s eta 0:00:01
  1285.  72% |####################### | 1.3MB 8.6MB/s eta 0:00:01
  1286.  72% |####################### | 1.3MB 8.7MB/s eta 0:00:01
  1287.  73% |####################### | 1.3MB 8.5MB/s eta 0:00:01
  1288.  73% |####################### | 1.3MB 8.7MB/s eta 0:00:01
  1289.  73% |####################### | 1.3MB 8.6MB/s eta 0:00:01
  1290.  73% |####################### | 1.3MB 8.1MB/s eta 0:00:01
  1291.  74% |####################### | 1.3MB 7.9MB/s eta 0:00:01
  1292.  74% |####################### | 1.4MB 7.7MB/s eta 0:00:01
  1293.  74% |####################### | 1.4MB 7.5MB/s eta 0:00:01
  1294.  74% |####################### | 1.4MB 7.3MB/s eta 0:00:01
  1295.  74% |####################### | 1.4MB 7.1MB/s eta 0:00:01
  1296.  75% |######################## | 1.4MB 7.2MB/s eta 0:00:01
  1297.  75% |######################## | 1.4MB 7.1MB/s eta 0:00:01
  1298.  75% |######################## | 1.4MB 6.5MB/s eta 0:00:01
  1299.  75% |######################## | 1.4MB 6.4MB/s eta 0:00:01
  1300.  76% |######################## | 1.4MB 6.9MB/s eta 0:00:01
  1301.  76% |######################## | 1.4MB 6.5MB/s eta 0:00:01
  1302.  76% |######################## | 1.4MB 6.5MB/s eta 0:00:01
  1303.  76% |######################## | 1.4MB 6.6MB/s eta 0:00:01
  1304.  76% |######################## | 1.4MB 6.7MB/s eta 0:00:01
  1305.  77% |######################## | 1.4MB 6.8MB/s eta 0:00:01
  1306.  77% |######################## | 1.4MB 6.6MB/s eta 0:00:01
  1307.  77% |######################## | 1.4MB 6.7MB/s eta 0:00:01
  1308.  77% |######################## | 1.4MB 7.2MB/s eta 0:00:01
  1309.  78% |######################## | 1.4MB 7.2MB/s eta 0:00:01
  1310.  78% |######################### | 1.4MB 6.7MB/s eta 0:00:01
  1311.  78% |######################### | 1.4MB 6.9MB/s eta 0:00:01
  1312.  78% |######################### | 1.4MB 7.0MB/s eta 0:00:01
  1313.  78% |######################### | 1.4MB 7.1MB/s eta 0:00:01
  1314.  79% |######################### | 1.4MB 6.8MB/s eta 0:00:01
  1315.  79% |######################### | 1.4MB 6.9MB/s eta 0:00:01
  1316.  79% |######################### | 1.4MB 6.8MB/s eta 0:00:01
  1317.  79% |######################### | 1.5MB 6.7MB/s eta 0:00:01
  1318.  80% |######################### | 1.5MB 6.4MB/s eta 0:00:01
  1319.  80% |######################### | 1.5MB 6.2MB/s eta 0:00:01
  1320.  80% |######################### | 1.5MB 6.6MB/s eta 0:00:01
  1321.  80% |######################### | 1.5MB 6.9MB/s eta 0:00:01
  1322.  80% |######################### | 1.5MB 6.5MB/s eta 0:00:01
  1323.  81% |######################### | 1.5MB 6.5MB/s eta 0:00:01
  1324.  81% |########################## | 1.5MB 6.8MB/s eta 0:00:01
  1325.  81% |########################## | 1.5MB 6.6MB/s eta 0:00:01
  1326.  81% |########################## | 1.5MB 6.5MB/s eta 0:00:01
  1327.  82% |########################## | 1.5MB 6.6MB/s eta 0:00:01
  1328.  82% |########################## | 1.5MB 6.8MB/s eta 0:00:01
  1329.  82% |########################## | 1.5MB 6.9MB/s eta 0:00:01
  1330.  82% |########################## | 1.5MB 6.5MB/s eta 0:00:01
  1331.  83% |########################## | 1.5MB 6.5MB/s eta 0:00:01
  1332.  83% |########################## | 1.5MB 6.8MB/s eta 0:00:01
  1333.  83% |########################## | 1.5MB 6.7MB/s eta 0:00:01
  1334.  83% |########################## | 1.5MB 6.3MB/s eta 0:00:01
  1335.  83% |########################## | 1.5MB 6.2MB/s eta 0:00:01
  1336.  84% |########################## | 1.5MB 6.5MB/s eta 0:00:01
  1337.  84% |########################## | 1.5MB 6.6MB/s eta 0:00:01
  1338.  84% |########################### | 1.5MB 6.6MB/s eta 0:00:01
  1339.  84% |########################### | 1.5MB 6.8MB/s eta 0:00:01
  1340.  85% |########################### | 1.5MB 6.8MB/s eta 0:00:01
  1341.  85% |########################### | 1.6MB 7.1MB/s eta 0:00:01
  1342.  85% |########################### | 1.6MB 7.0MB/s eta 0:00:01
  1343.  85% |########################### | 1.6MB 7.3MB/s eta 0:00:01
  1344.  85% |########################### | 1.6MB 7.8MB/s eta 0:00:01
  1345.  86% |########################### | 1.6MB 8.1MB/s eta 0:00:01
  1346.  86% |########################### | 1.6MB 7.8MB/s eta 0:00:01
  1347.  86% |########################### | 1.6MB 7.9MB/s eta 0:00:01
  1348.  86% |########################### | 1.6MB 8.3MB/s eta 0:00:01
  1349.  87% |########################### | 1.6MB 8.1MB/s eta 0:00:01
  1350.  87% |########################### | 1.6MB 8.0MB/s eta 0:00:01
  1351.  87% |############################ | 1.6MB 7.8MB/s eta 0:00:01
  1352.  87% |############################ | 1.6MB 8.0MB/s eta 0:00:01
  1353.  87% |############################ | 1.6MB 7.7MB/s eta 0:00:01
  1354.  88% |############################ | 1.6MB 7.4MB/s eta 0:00:01
  1355.  88% |############################ | 1.6MB 7.5MB/s eta 0:00:01
  1356.  88% |############################ | 1.6MB 7.6MB/s eta 0:00:01
  1357.  88% |############################ | 1.6MB 7.4MB/s eta 0:00:01
  1358.  89% |############################ | 1.6MB 7.1MB/s eta 0:00:01
  1359.  89% |############################ | 1.6MB 7.3MB/s eta 0:00:01
  1360.  89% |############################ | 1.6MB 7.8MB/s eta 0:00:01
  1361.  89% |############################ | 1.6MB 8.0MB/s eta 0:00:01
  1362.  89% |############################ | 1.6MB 7.7MB/s eta 0:00:01
  1363.  90% |############################ | 1.6MB 8.0MB/s eta 0:00:01
  1364.  90% |############################ | 1.6MB 8.5MB/s eta 0:00:01
  1365.  90% |############################# | 1.7MB 8.6MB/s eta 0:00:01
  1366.  90% |############################# | 1.7MB 8.6MB/s eta 0:00:01
  1367.  91% |############################# | 1.7MB 8.9MB/s eta 0:00:01
  1368.  91% |############################# | 1.7MB 9.4MB/s eta 0:00:01
  1369.  91% |############################# | 1.7MB 7.2MB/s eta 0:00:01
  1370.  91% |############################# | 1.7MB 7.2MB/s eta 0:00:01
  1371.  92% |############################# | 1.7MB 4.7MB/s eta 0:00:01
  1372.  92% |############################# | 1.7MB 4.8MB/s eta 0:00:01
  1373.  92% |############################# | 1.7MB 4.8MB/s eta 0:00:01
  1374.  92% |############################# | 1.7MB 4.7MB/s eta 0:00:01
  1375.  92% |############################# | 1.7MB 4.7MB/s eta 0:00:01
  1376.  93% |############################# | 1.7MB 4.8MB/s eta 0:00:01
  1377.  93% |############################# | 1.7MB 4.8MB/s eta 0:00:01
  1378.  93% |############################# | 1.7MB 4.8MB/s eta 0:00:01
  1379.  93% |############################## | 1.7MB 5.7MB/s eta 0:00:01
  1380.  94% |############################## | 1.7MB 5.8MB/s eta 0:00:01
  1381.  94% |############################## | 1.7MB 10.0MB/s eta 0:00:01
  1382.  94% |############################## | 1.7MB 10.0MB/s eta 0:00:01
  1383.  94% |############################## | 1.7MB 9.9MB/s eta 0:00:01
  1384.  94% |############################## | 1.7MB 10.2MB/s eta 0:00:01
  1385.  95% |############################## | 1.7MB 10.2MB/s eta 0:00:01
  1386.  95% |############################## | 1.7MB 9.9MB/s eta 0:00:01
  1387.  95% |############################## | 1.7MB 9.8MB/s eta 0:00:01
  1388.  95% |############################## | 1.7MB 9.8MB/s eta 0:00:01
  1389.  96% |############################## | 1.7MB 4.1MB/s eta 0:00:01
  1390.  96% |############################## | 1.8MB 4.0MB/s eta 0:00:01
  1391.  96% |############################## | 1.8MB 4.0MB/s eta 0:00:01
  1392.  96% |############################## | 1.8MB 4.0MB/s eta 0:00:01
  1393.  96% |############################### | 1.8MB 4.0MB/s eta 0:00:01
  1394.  97% |############################### | 1.8MB 3.9MB/s eta 0:00:01
  1395.  97% |############################### | 1.8MB 3.9MB/s eta 0:00:01
  1396.  97% |############################### | 1.8MB 3.9MB/s eta 0:00:01
  1397.  97% |############################### | 1.8MB 3.9MB/s eta 0:00:01
  1398.  98% |############################### | 1.8MB 3.9MB/s eta 0:00:01
  1399.  98% |############################### | 1.8MB 8.5MB/s eta 0:00:01
  1400.  98% |############################### | 1.8MB 8.8MB/s eta 0:00:01
  1401.  98% |############################### | 1.8MB 8.6MB/s eta 0:00:01
  1402.  98% |############################### | 1.8MB 8.5MB/s eta 0:00:01
  1403.  99% |############################### | 1.8MB 8.5MB/s eta 0:00:01
  1404.  99% |############################### | 1.8MB 9.0MB/s eta 0:00:01
  1405.  99% |############################### | 1.8MB 4.6MB/s eta 0:00:01
  1406.  99% |############################### | 1.8MB 4.5MB/s eta 0:00:01
  1407.  100% |################################| 1.8MB 129kB/s
  1408. [?25hInstalling collected packages: virtualenv, py, pluggy, tox
  1409.  
  1410. Found existing installation: py 1.4.26
  1411. Uninstalling py-1.4.26:
  1412. Successfully uninstalled py-1.4.26
  1413.  
  1414.  
  1415.  
  1416. Successfully installed pluggy-0.4.0 py-1.4.34 tox-2.7.0 virtualenv-15.1.0
  1417.  
  1418. travis_time:end:02928fd2:start=1498851137268598853,finish=1498851146861234270,duration=9592635417
  1419. travis_fold:end:install
  1420. travis_time:start:204447db
  1421. $ .travis/run.sh
  1422. +tox --notest
  1423. GLOB sdist-make: /home/travis/build/pypa/pip/setup.py
  1424. pypy create: /home/travis/build/pypa/pip/.tox/pypy
  1425. pypy installdeps: -r/home/travis/build/pypa/pip/dev-requirements.txt
  1426. pypy inst: /home/travis/build/pypa/pip/.tox/dist/pip-10.0.0.dev0.zip
  1427. pypy installed: apipkg==1.4,cffi==0.8.6,execnet==1.4.1,freezegun==0.3.9,greenlet==0.4.5,mock==1.0.1,pretend==1.0.8,py==1.4.34,pytest==3.1.2,pytest-catchlog==1.2.2,pytest-rerunfailures==2.2,pytest-timeout==1.2.0,pytest-xdist==1.18.0,python-dateutil==2.6.0,readline==6.2.4.1,scripttest==1.3,six==1.10.0,virtualenv==15.2.0.dev0
  1428. ___________________________________ summary ____________________________________
  1429.  pypy: skipped tests
  1430.  congratulations :)
  1431. +[[ '' = \n\o ]]
  1432. +tox -- -m unit
  1433. GLOB sdist-make: /home/travis/build/pypa/pip/setup.py
  1434. pypy inst-nodeps: /home/travis/build/pypa/pip/.tox/dist/pip-10.0.0.dev0.zip
  1435. pypy installed: apipkg==1.4,cffi==0.8.6,execnet==1.4.1,freezegun==0.3.9,greenlet==0.4.5,mock==1.0.1,pretend==1.0.8,py==1.4.34,pytest==3.1.2,pytest-catchlog==1.2.2,pytest-rerunfailures==2.2,pytest-timeout==1.2.0,pytest-xdist==1.18.0,python-dateutil==2.6.0,readline==6.2.4.1,scripttest==1.3,six==1.10.0,virtualenv==15.2.0.dev0
  1436. pypy runtests: PYTHONHASHSEED='1982748622'
  1437. pypy runtests: commands[0] | py.test --timeout 300 -m unit
  1438. ============================= test session starts ==============================
  1439. platform linux2 -- Python 2.7.8[pypy-2.5.0-final], pytest-3.1.2, py-1.4.34, pluggy-0.4.0
  1440. rootdir: /home/travis/build/pypa/pip, inifile: setup.cfg
  1441. plugins: xdist-1.18.0, timeout-1.2.0, rerunfailures-2.2, catchlog-1.2.2
  1442. timeout: 300.0s method: signal
  1443. 
  1444. collecting 0 items
  1445. collecting 5 items
  1446. collecting 13 items
  1447. collecting 16 items
  1448. collecting 16 items
  1449. collecting 17 items
  1450. collecting 34 items
  1451. collecting 47 items
  1452. collecting 50 items
  1453. collecting 57 items
  1454. collecting 130 items
  1455. collecting 138 items
  1456. collecting 140 items
  1457. collecting 148 items
  1458. collecting 155 items
  1459. collecting 159 items
  1460. collecting 191 items
  1461. collecting 191 items
  1462. collecting 191 items
  1463. collecting 210 items
  1464. collecting 219 items
  1465. collecting 219 items
  1466. collecting 219 items
  1467. collecting 232 items
  1468. collecting 240 items
  1469. collecting 242 items
  1470. collecting 265 items
  1471. collecting 297 items
  1472. collecting 298 items
  1473. collecting 308 items
  1474. collecting 324 items
  1475. collecting 343 items
  1476. collecting 346 items
  1477. collecting 346 items
  1478. collecting 346 items
  1479. collecting 347 items
  1480. collecting 361 items
  1481. collecting 364 items
  1482. collecting 364 items
  1483. collecting 370 items
  1484. collecting 370 items
  1485. collecting 374 items
  1486. collecting 374 items
  1487. collecting 380 items
  1488. collecting 380 items
  1489. collecting 386 items
  1490. collecting 386 items
  1491. collecting 386 items
  1492. collecting 390 items
  1493. collecting 390 items
  1494. collecting 390 items
  1495. collecting 392 items
  1496. collecting 392 items
  1497. collecting 392 items
  1498. collecting 397 items
  1499. collecting 408 items
  1500. collecting 415 items
  1501. collecting 415 items
  1502. collecting 425 items
  1503. collecting 425 items
  1504. collecting 429 items
  1505. collecting 429 items
  1506. collecting 429 items
  1507. collecting 435 items
  1508. collecting 435 items
  1509. collecting 439 items
  1510. collecting 439 items
  1511. collecting 443 items
  1512. collecting 443 items
  1513. collecting 452 items
  1514. collecting 458 items
  1515. collecting 458 items
  1516. collecting 481 items
  1517. collecting 492 items
  1518. collecting 492 items
  1519. collecting 508 items
  1520. collecting 508 items
  1521. collecting 508 items
  1522. collecting 511 items
  1523. collecting 511 items
  1524. collecting 511 items
  1525. collecting 516 items
  1526. collecting 516 items
  1527. collecting 520 items
  1528. collecting 520 items
  1529. collecting 533 items
  1530. collecting 533 items
  1531. collecting 534 items
  1532. collecting 534 items
  1533. collecting 534 items
  1534. collecting 540 items
  1535. collecting 540 items
  1536. collecting 545 items
  1537. collecting 545 items
  1538. collecting 545 items
  1539. collecting 546 items
  1540. collecting 556 items
  1541. collecting 556 items
  1542. collecting 581 items
  1543. collecting 581 items
  1544. collecting 592 items
  1545. collecting 597 items
  1546. collecting 597 items
  1547. collecting 600 items
  1548. collecting 600 items
  1549. collecting 602 items
  1550. collecting 602 items
  1551. collecting 606 items
  1552. collecting 606 items
  1553. collecting 631 items
  1554. collecting 631 items
  1555. collecting 635 items
  1556. collecting 635 items
  1557. collecting 640 items
  1558. collecting 640 items
  1559. collecting 650 items
  1560. collecting 650 items
  1561. collecting 650 items
  1562. collecting 652 items
  1563. collecting 652 items
  1564. collecting 652 items
  1565. collecting 656 items
  1566. collecting 656 items
  1567. collecting 658 items
  1568. collecting 663 items
  1569. collecting 675 items
  1570. collecting 675 items
  1571. collecting 681 items
  1572. collecting 681 items
  1573. collecting 683 items
  1574. collecting 683 items
  1575. collecting 684 items
  1576. collecting 684 items
  1577. collecting 689 items
  1578. collecting 689 items
  1579. collecting 693 items
  1580. collecting 693 items
  1581. collecting 696 items
  1582. collecting 696 items
  1583. collecting 697 items
  1584. collecting 697 items
  1585. collecting 701 items
  1586. collecting 701 items
  1587. collecting 703 items
  1588. collecting 712 items
  1589. collecting 731 items
  1590. collecting 731 items
  1591. collecting 734 items
  1592. collecting 734 items
  1593. collecting 735 items
  1594. collecting 735 items
  1595. collecting 739 items
  1596. collected 739 items
  1597. 
  1598. tests/unit/test_appdirs.py ......................
  1599. tests/unit/test_basecommand.py ....
  1600. tests/unit/test_cache.py ..
  1601. tests/unit/test_cmdoptions.py .....
  1602. tests/unit/test_compat.py ...........
  1603. tests/unit/test_configuration.py .....................
  1604. tests/unit/test_download.py .....sss...............
  1605. tests/unit/test_finder.py .............................
  1606. tests/unit/test_index.py ...........................
  1607. tests/unit/test_locations.py ...
  1608. tests/unit/test_options.py .......................
  1609. tests/unit/test_pep425tags.py ...........
  1610. tests/unit/test_proxy.py .
  1611. tests/unit/test_req.py ..............................................
  1612. tests/unit/test_req_file.py ..........................................................
  1613. tests/unit/test_req_install.py ..
  1614. tests/unit/test_req_uninstall.py ......
  1615. tests/unit/test_unit_outdated.py .....
  1616. tests/unit/test_utils.py ........................................
  1617. tests/unit/test_vcs.py .........
  1618. tests/unit/test_wheel.py ....................s......
  1619.  
  1620. =============================== warnings summary ===============================
  1621. tests/unit/test_finder.py::test_finder_deplink
  1622. /home/travis/build/pypa/pip/pip/index.py:213: RemovedInPip11Warning: Dependency Links processing has been deprecated and will be removed in a future release.
  1623. RemovedInPip11Warning,
  1624. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:335: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1625. SNIMissingWarning
  1626. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1627. InsecurePlatformWarning
  1628.  
  1629. tests/unit/test_finder.py::test_finder_priority_page_over_deplink
  1630. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1631. InsecurePlatformWarning
  1632. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1633. InsecurePlatformWarning
  1634. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1635. InsecurePlatformWarning
  1636. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1637. InsecurePlatformWarning
  1638.  
  1639. tests/unit/test_pep425tags.py::TestPEP425Tags::()::test_broken_sysconfig
  1640. /home/travis/build/pypa/pip/pip/pep425tags.py:24: RuntimeWarning: I have the wrong path!
  1641. warnings.warn("{}".format(e), RuntimeWarning)
  1642.  
  1643. tests/unit/test_req.py::TestRequirementSet::()::test_missing_hash_checking
  1644. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1645. InsecurePlatformWarning
  1646. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1647. InsecurePlatformWarning
  1648.  
  1649. tests/unit/test_req_file.py::TestParseRequirements::()::test_remote_reqs_parse
  1650. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  1651. InsecurePlatformWarning
  1652.  
  1653. tests/unit/test_req_file.py::TestParseRequirements::()::test_install_requirements_with_options
  1654. /home/travis/build/pypa/pip/pip/req/req_file.py:140: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
  1655. cmdoptions.check_install_build_global(options, opts)
  1656.  
  1657. -- Docs: http://doc.pytest.org/en/latest/warnings.html
  1658. ============================= 364 tests deselected =============================
  1659. ===== 371 passed, 4 skipped, 364 deselected, 12 warnings in 55.76 seconds ======
  1660. ___________________________________ summary ____________________________________
  1661.  pypy: commands succeeded
  1662.  congratulations :)
  1663. +tox -- -m integration -n 8 --duration=5
  1664. GLOB sdist-make: /home/travis/build/pypa/pip/setup.py
  1665. pypy inst-nodeps: /home/travis/build/pypa/pip/.tox/dist/pip-10.0.0.dev0.zip
  1666. pypy installed: apipkg==1.4,cffi==0.8.6,execnet==1.4.1,freezegun==0.3.9,greenlet==0.4.5,mock==1.0.1,pretend==1.0.8,py==1.4.34,pytest==3.1.2,pytest-catchlog==1.2.2,pytest-rerunfailures==2.2,pytest-timeout==1.2.0,pytest-xdist==1.18.0,python-dateutil==2.6.0,readline==6.2.4.1,scripttest==1.3,six==1.10.0,virtualenv==15.2.0.dev0
  1667. pypy runtests: PYTHONHASHSEED='3417651368'
  1668. pypy runtests: commands[0] | py.test --timeout 300 -m integration -n 8 --duration=5
  1669. ============================= test session starts ==============================
  1670. platform linux2 -- Python 2.7.8[pypy-2.5.0-final], pytest-3.1.2, py-1.4.34, pluggy-0.4.0
  1671. rootdir: /home/travis/build/pypa/pip, inifile: setup.cfg
  1672. plugins: xdist-1.18.0, timeout-1.2.0, rerunfailures-2.2, catchlog-1.2.2
  1673. timeout: 300.0s method: signal
  1674. 
  1675. gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I
  1676. gw0 C / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I
  1677. gw0 C / gw1 C / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I
  1678. gw0 C / gw1 C / gw2 C / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I
  1679. gw0 C / gw1 C / gw2 C / gw3 C / gw4 I / gw5 I / gw6 I / gw7 I
  1680. gw0 C / gw1 C / gw2 C / gw3 C / gw4 C / gw5 I / gw6 I / gw7 I
  1681. gw0 C / gw1 C / gw2 C / gw3 C / gw4 C / gw5 C / gw6 I / gw7 I
  1682. gw0 C / gw1 C / gw2 C / gw3 C / gw4 C / gw5 C / gw6 C / gw7 I
  1683. gw0 C / gw1 C / gw2 C / gw3 C / gw4 C / gw5 C / gw6 C / gw7 C
  1684. gw0 C / gw1 ok / gw2 C / gw3 C / gw4 C / gw5 C / gw6 C / gw7 C
  1685. gw0 ok / gw1 ok / gw2 C / gw3 C / gw4 C / gw5 C / gw6 C / gw7 C
  1686. gw0 ok / gw1 ok / gw2 C / gw3 ok / gw4 C / gw5 C / gw6 C / gw7 C
  1687. gw0 ok / gw1 ok / gw2 C / gw3 ok / gw4 C / gw5 C / gw6 ok / gw7 C
  1688. gw0 ok / gw1 ok / gw2 C / gw3 ok / gw4 C / gw5 ok / gw6 ok / gw7 C
  1689. gw0 ok / gw1 ok / gw2 C / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 C
  1690. gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 C
  1691. gw0 ok / gw1 ok / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok
  1692. gw0 ok / gw1 [364] / gw2 ok / gw3 ok / gw4 ok / gw5 ok / gw6 ok / gw7 ok
  1693. gw0 ok / gw1 [364] / gw2 ok / gw3 [364] / gw4 ok / gw5 ok / gw6 ok / gw7 ok
  1694. gw0 ok / gw1 [364] / gw2 ok / gw3 [364] / gw4 ok / gw5 ok / gw6 [364] / gw7 ok
  1695. gw0 [364] / gw1 [364] / gw2 ok / gw3 [364] / gw4 ok / gw5 ok / gw6 [364] / gw7 ok
  1696. gw0 [364] / gw1 [364] / gw2 ok / gw3 [364] / gw4 [364] / gw5 ok / gw6 [364] / gw7 ok
  1697. gw0 [364] / gw1 [364] / gw2 ok / gw3 [364] / gw4 [364] / gw5 ok / gw6 [364] / gw7 [364]
  1698. gw0 [364] / gw1 [364] / gw2 [364] / gw3 [364] / gw4 [364] / gw5 ok / gw6 [364] / gw7 [364]
  1699. gw0 [364] / gw1 [364] / gw2 [364] / gw3 [364] / gw4 [364] / gw5 [364] / gw6 [364] / gw7 [364]
  1700. scheduling tests via LoadScheduling
  1701. .s........................x..................................................x......................s..........................F.F...F..F......s...s......................................................x.............................F.s............FFFFFF....F..............F........s..FEFFFFFFE.FF................................F...............................F...
  1702. =========================== slowest 5 test durations ===========================
  1703. 371.82s call tests/functional/test_list.py::test_uptodate_editables_flag
  1704. 366.96s call tests/functional/test_list.py::test_user_legacy
  1705. 357.04s setup tests/functional/test_search.py::test_search
  1706. 351.61s call tests/functional/test_list.py::test_outdated_flag
  1707. 351.58s call tests/functional/test_list.py::test_outdated_pre
  1708. ==================================== ERRORS ====================================
  1709. ________________________ ERROR at setup of test_search _________________________
  1710. [gw7] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  1711.  
  1712. tmpdir = Path('/tmp/pytest-of-travis/pytest-1/popen-gw7/test_search0')
  1713. monkeypatch = <_pytest.monkeypatch.MonkeyPatch instance at 0x0000000006402340>
  1714. isolate = None
  1715.  
  1716.  @pytest.fixture
  1717.  def virtualenv(tmpdir, monkeypatch, isolate):
  1718.  """
  1719.  Return a virtual environment which is unique to each test function
  1720.  invocation created inside of a sub directory of the test function's
  1721.  temporary directory. The returned object is a
  1722.  ``tests.lib.venv.VirtualEnvironment`` object.
  1723.  """
  1724.  # Force shutil to use the older method of rmtree that didn't use the fd
  1725.  # functions. These seem to fail on Travis (and only on Travis).
  1726.  monkeypatch.setattr(shutil, "_use_fd_functions", False, raising=False)
  1727.  
  1728.  # Copy over our source tree so that each virtual environment is self
  1729.  # contained
  1730.  pip_src = tmpdir.join("pip_src").abspath
  1731.  shutil.copytree(
  1732.  SRC_DIR,
  1733.  pip_src,
  1734.  ignore=shutil.ignore_patterns(
  1735.  "*.pyc", "__pycache__", "contrib", "docs", "tasks", "*.txt",
  1736.  "tests", "pip.egg-info", "build", "dist", ".tox", ".git",
  1737.  ),
  1738.  )
  1739.  
  1740.  # Create the virtual environment
  1741.  venv = VirtualEnvironment.create(
  1742.  tmpdir.join("workspace", "venv"),
  1743. > pip_source_dir=pip_src,
  1744.  )
  1745.  
  1746. tests/conftest.py:153:
  1747. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1748. tests/lib/venv.py:44: in create
  1749.  obj._create(clear=clear)
  1750. tests/lib/venv.py:66: in _create
  1751.  p.communicate()
  1752. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:811: in communicate
  1753.  self.wait()
  1754. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1395: in wait
  1755.  pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
  1756. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1757.  
  1758. func = <built-in function waitpid>, args = (19991, 0)
  1759.  
  1760.  def _eintr_retry_call(func, *args):
  1761.  while True:
  1762.  try:
  1763. > return func(*args)
  1764. E Failed: Timeout >300.0s
  1765.  
  1766. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:476: Failed
  1767. ---------------------------- Captured stderr setup -----------------------------
  1768.  
  1769. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (139674092209920) ~~~~~~~~~~~~~~~~~~~~~
  1770. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  1771. reply.run()
  1772. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  1773. self._result = func(*args, **kwargs)
  1774. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  1775. msg = Message.from_io(io)
  1776. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  1777. header = io.read(9) # type 1, channel 4, payload 4
  1778. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  1779. data = self._read(numbytes-len(buf))
  1780. _________________ ERROR at setup of test_exclude_editable_flag _________________
  1781. [gw3] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  1782.  
  1783. tmpdir = Path('/tmp/pytest-of-travis/pytest-1/popen-gw3/test_exclude_editable_flag0')
  1784. monkeypatch = <_pytest.monkeypatch.MonkeyPatch instance at 0x00007f76729bd0e0>
  1785. isolate = None
  1786.  
  1787.  @pytest.fixture
  1788.  def virtualenv(tmpdir, monkeypatch, isolate):
  1789.  """
  1790.  Return a virtual environment which is unique to each test function
  1791.  invocation created inside of a sub directory of the test function's
  1792.  temporary directory. The returned object is a
  1793.  ``tests.lib.venv.VirtualEnvironment`` object.
  1794.  """
  1795.  # Force shutil to use the older method of rmtree that didn't use the fd
  1796.  # functions. These seem to fail on Travis (and only on Travis).
  1797.  monkeypatch.setattr(shutil, "_use_fd_functions", False, raising=False)
  1798.  
  1799.  # Copy over our source tree so that each virtual environment is self
  1800.  # contained
  1801.  pip_src = tmpdir.join("pip_src").abspath
  1802.  shutil.copytree(
  1803.  SRC_DIR,
  1804.  pip_src,
  1805.  ignore=shutil.ignore_patterns(
  1806.  "*.pyc", "__pycache__", "contrib", "docs", "tasks", "*.txt",
  1807.  "tests", "pip.egg-info", "build", "dist", ".tox", ".git",
  1808.  ),
  1809.  )
  1810.  
  1811.  # Create the virtual environment
  1812.  venv = VirtualEnvironment.create(
  1813.  tmpdir.join("workspace", "venv"),
  1814. > pip_source_dir=pip_src,
  1815.  )
  1816.  
  1817. tests/conftest.py:153:
  1818. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1819. tests/lib/venv.py:44: in create
  1820.  obj._create(clear=clear)
  1821. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1822.  
  1823. self = <VirtualEnvironment /tmp/pytest-of-travis/pytest-1/popen-gw3/test_exclude_editable_flag0/workspace/venv>
  1824. clear = False
  1825.  
  1826.  def _create(self, clear=False):
  1827.  # Create the actual virtual environment
  1828.  _virtualenv.create_environment(
  1829.  self.location,
  1830.  clear=clear,
  1831.  download=False,
  1832.  no_pip=True,
  1833.  no_wheel=True,
  1834.  )
  1835.  
  1836.  # Install our development version of pip install the virtual
  1837.  # environment
  1838.  cmd = [self.bin.join("python"), "setup.py", "install", "--no-compile"]
  1839.  p = subprocess.Popen(
  1840.  cmd,
  1841.  cwd=self.pip_source_dir,
  1842.  stderr=subprocess.STDOUT,
  1843.  stdout=DEVNULL,
  1844.  )
  1845.  p.communicate()
  1846.  if p.returncode != 0:
  1847.  raise subprocess.CalledProcessError(
  1848.  p.returncode,
  1849.  cmd,
  1850. > output=p.stdout,
  1851.  )
  1852. E CalledProcessError: Command '[Path('/tmp/pytest-of-travis/pytest-1/popen-gw3/test_exclude_editable_flag0/workspace/venv/bin/python'), 'setup.py', 'install', '--no-compile']' returned non-zero exit status -9
  1853.  
  1854. tests/lib/venv.py:71: CalledProcessError
  1855. =================================== FAILURES ===================================
  1856. ________________________ test_command_line_append_flags ________________________
  1857. [gw1] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  1858.  
  1859. script = <tests.lib.PipTestEnvironment object at 0x0000000005bd78a0>
  1860. virtualenv = <VirtualEnvironment /tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/workspace/venv>
  1861. data = <tests.lib.TestData object at 0x0000000005c61f30>
  1862.  
  1863.  @pytest.mark.network
  1864.  def test_command_line_append_flags(script, virtualenv, data):
  1865.  """
  1866.  Test command line flags that append to defaults set by environmental
  1867.  variables.
  1868.  
  1869.  """
  1870.  script.environ['PIP_FIND_LINKS'] = 'http://pypi.pinaxproject.com'
  1871.  result = script.pip(
  1872.  'install', '-vvv', 'INITools', '--trusted-host',
  1873.  'pypi.pinaxproject.com',
  1874.  expect_error=True,
  1875.  )
  1876.  assert (
  1877.  "Analyzing links from page http://pypi.pinaxproject.com"
  1878.  in result.stdout
  1879.  )
  1880.  virtualenv.clear()
  1881.  result = script.pip(
  1882.  'install', '-vvv', '--find-links', data.find_links, 'INITools',
  1883.  '--trusted-host', 'pypi.pinaxproject.com',
  1884. > expect_error=True,
  1885.  )
  1886.  
  1887. tests/functional/test_install_config.py:102:
  1888. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1889. tests/lib/__init__.py:354: in pip
  1890.  return self.run("pip", *args, **kwargs)
  1891. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  1892.  
  1893. self = <tests.lib.PipTestEnvironment object at 0x0000000005bd78a0>
  1894. args = ('pip', 'install', '-vvv', '--find-links', 'file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages', 'INITools', ...)
  1895. kw = {'expect_error': True, 'expect_stderr': True}
  1896. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/workspace/scratch')
  1897. run_from = None
  1898.  
  1899.  def run(self, *args, **kw):
  1900.  if self.verbose:
  1901.  print('>> running %s %s' % (args, kw))
  1902.  cwd = kw.pop('cwd', None)
  1903.  run_from = kw.pop('run_from', None)
  1904.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  1905.  cwd = cwd or run_from or self.cwd
  1906.  return TestPipResult(
  1907. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  1908.  verbose=self.verbose,
  1909.  )
  1910. E AssertionError: temp files not expected
  1911.  
  1912. tests/lib/__init__.py:339: AssertionError
  1913. ----------------------------- Captured stdout call -----------------------------
  1914. Script result: pip install -vvv --find-links file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages INITools --trusted-host pypi.pinaxproject.com
  1915. return code: -9
  1916. -- stdout: --------------------
  1917. Created temporary directory: /tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/workspace/tmp/pip-install-Ad86Q8
  1918. Looking in links: http://pypi.pinaxproject.com, file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages
  1919. Collecting INITools
  1920. 2 location(s) to search for versions of INITools:
  1921. * https://pypi.python.org/simple/initools/
  1922. * http://pypi.pinaxproject.com
  1923. Skipping link http://pypi.pinaxproject.com (from -f); not a file
  1924. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages (from -f); not a file
  1925. Getting page https://pypi.python.org/simple/initools/
  1926. Looking up "https://pypi.python.org/simple/initools/" in the cache
  1927. Current age based on date: 31
  1928. Freshness lifetime from max-age: 600
  1929. Freshness lifetime from request max-age: 600
  1930. The response is "fresh", returning cached response
  1931. 600 > 31
  1932. Analyzing links from page https://pypi.python.org/simple/initools/
  1933. Found link https://pypi.python.org/packages/01/61/adc2895b5024ec319e1bdb544137ce98c8975c5bcbaa370673f159b55051/INITools-0.2.tar.gz#md5=23bf98b52aa9d8fe38d2467fcecf1071 (from https://pypi.python.org/simple/initools/), version: 0.2
  1934. Skipping link https://pypi.python.org/packages/35/52/476ca1b7914bd3512770084f0dedd31d2744fcad9d1e32829d5ba5a6542a/INITools-0.1-py2.4.egg#md5=726e327596aa5431a1d307cf5e899928 (from https://pypi.python.org/simple/initools/); unsupported archive format: .egg
  1935. Found link https://pypi.python.org/packages/96/76/82797359a2de95dd4d23e3658197f748352a2bf8fd373cc8c558614c4aab/INITools-0.1.tar.gz#md5=94dc7d7c6156ad0d7f436a959184b031 (from https://pypi.python.org/simple/initools/), version: 0.1
  1936. Skipping link https://pypi.python.org/packages/ba/b4/9968b04dbf4ea8dd151cd6764c6a714bf48bab70f3f93d7d495d25b67853/INITools-0.2-py2.4.egg#md5=1ed05942e018eaaf0086383052a4fc97 (from https://pypi.python.org/simple/initools/); unsupported archive format: .egg
  1937. Found link https://pypi.python.org/packages/d2/ea/10551ccb6e3d0722ec6b051fa810c37ca20e2d7dd6a03bd35d1d59a2d1a8/INITools-0.3.tar.gz#md5=078026b712cd4017ee1b79587e617ebd (from https://pypi.python.org/simple/initools/), version: 0.3
  1938. Found link https://pypi.python.org/packages/ff/08/755b5dd7d003e95380a0375f8430a5696ce3063201cf1f6f10d8dd0a40eb/INITools-0.3.1.tar.gz#md5=1e46bf333e93abeb5b5a827169a80dca (from https://pypi.python.org/simple/initools/), version: 0.3.1
  1939. Getting page http://pypi.pinaxproject.com
  1940. Starting new HTTP connection (1): pypi.pinaxproject.com
  1941. http://pypi.pinaxproject.com:80 "GET / HTTP/1.1" 200 None
  1942. Analyzing links from page http://pypi.pinaxproject.com/
  1943. Skipping link http://pypi.pinaxproject.com/../ (from http://pypi.pinaxproject.com/); not a file
  1944. Skipping link http://pypi.pinaxproject.com/releases/ (from http://pypi.pinaxproject.com/); not a file
  1945. Skipping link http://pypi.pinaxproject.com/stats/ (from http://pypi.pinaxproject.com/); not a file
  1946. Skipping link http://pypi.pinaxproject.com/BeautifulSoup-3.0.7a.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1947. Skipping link http://pypi.pinaxproject.com/Django-1.0.2-final.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1948. Skipping link http://pypi.pinaxproject.com/Django-1.0.3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1949. Skipping link http://pypi.pinaxproject.com/Django-1.1-beta-1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1950. Skipping link http://pypi.pinaxproject.com/Django-1.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1951. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12229.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1952. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12258.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1953. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12278.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1954. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12279.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1955. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12295.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1956. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12299.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1957. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12312.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1958. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12373.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1959. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12380.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1960. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12394.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1961. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12453.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1962. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12495.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1963. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12623.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1964. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12693.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1965. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12735.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1966. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12791.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1967. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12807.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1968. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12887.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1969. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12892.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1970. Skipping link http://pypi.pinaxproject.com/Django-1.2.dev12957.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1971. Skipping link http://pypi.pinaxproject.com/PIL-1.1.6.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1972. Skipping link http://pypi.pinaxproject.com/Pinax-0.9a1.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1973. Skipping link http://pypi.pinaxproject.com/Pinax-0.9a1.dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1974. Skipping link http://pypi.pinaxproject.com/Pinax-0.9a1.dev3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1975. Skipping link http://pypi.pinaxproject.com/Pygments-1.1dev-20090818.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1976. Skipping link http://pypi.pinaxproject.com/biblion-0.1.0-dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1977. Skipping link http://pypi.pinaxproject.com/biblion-0.1.0-dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1978. Skipping link http://pypi.pinaxproject.com/biblion-0.1.0-dev3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1979. Skipping link http://pypi.pinaxproject.com/biblion-0.1.0-dev4.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1980. Skipping link http://pypi.pinaxproject.com/biblion-0.1.dev4.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1981. Skipping link http://pypi.pinaxproject.com/biblion-0.1.dev5.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1982. Skipping link http://pypi.pinaxproject.com/biblion-0.1.dev6.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1983. Skipping link http://pypi.pinaxproject.com/brabeion-0.1.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1984. Skipping link http://pypi.pinaxproject.com/brabeion-0.1.dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1985. Skipping link http://pypi.pinaxproject.com/brabeion-0.1.dev3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1986. Skipping link http://pypi.pinaxproject.com/brabeion-0.1.dev4.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1987. Skipping link http://pypi.pinaxproject.com/brabeion-0.1.dev5.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1988. Skipping link http://pypi.pinaxproject.com/creole-1.0.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1989. Skipping link http://pypi.pinaxproject.com/creole-1.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1990. Skipping link http://pypi.pinaxproject.com/diff-match-patch-20090110.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1991. Skipping link http://pypi.pinaxproject.com/diff-match-patch-20090804.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1992. Skipping link http://pypi.pinaxproject.com/django-app-plugins-0.1.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1993. Skipping link http://pypi.pinaxproject.com/django-atomformat-0.1.0dev.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1994. Skipping link http://pypi.pinaxproject.com/django-atomformat-0.1.1dev.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1995. Skipping link http://pypi.pinaxproject.com/django-avatar-1.0.2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1996. Skipping link http://pypi.pinaxproject.com/django-email-confirmation-0.2.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1997. Skipping link http://pypi.pinaxproject.com/django-filter-0.5.3.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1998. Skipping link http://pypi.pinaxproject.com/django-friends-0.1.2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  1999. Skipping link http://pypi.pinaxproject.com/django-groups-0.1-dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2000. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev10.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2001. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2002. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2003. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev4.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2004. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev5.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2005. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev6.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2006. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev7.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2007. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev8.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2008. Skipping link http://pypi.pinaxproject.com/django-groups-0.1.dev9.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2009. Skipping link http://pypi.pinaxproject.com/django-mailer-0.2.0dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2010. Skipping link http://pypi.pinaxproject.com/django-microblogging-0.2.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2011. Skipping link http://pypi.pinaxproject.com/django-mptt-0.3-pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2012. Skipping link http://pypi.pinaxproject.com/django-mptt-0.3_pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2013. Skipping link http://pypi.pinaxproject.com/django-notification-0.2.0.dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2014. Skipping link http://pypi.pinaxproject.com/django-notification-0.2.0dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2015. Skipping link http://pypi.pinaxproject.com/django-openid-0.1.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2016. Skipping link http://pypi.pinaxproject.com/django-openid-0.1.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2017. Skipping link http://pypi.pinaxproject.com/django-openid-0.2.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2018. Skipping link http://pypi.pinaxproject.com/django-openid-0.2.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2019. Skipping link http://pypi.pinaxproject.com/django-openid-0.2.2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2020. Skipping link http://pypi.pinaxproject.com/django-openid-0.2.3.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2021. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2022. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2023. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2024. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.3.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2025. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.4.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2026. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.5.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2027. Skipping link http://pypi.pinaxproject.com/django-page-cms-1.0.6.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2028. Skipping link http://pypi.pinaxproject.com/django-pagination-1.0.5.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2029. Skipping link http://pypi.pinaxproject.com/django-sorting-0.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2030. Skipping link http://pypi.pinaxproject.com/django-staticfiles-0.1.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2031. Skipping link http://pypi.pinaxproject.com/django-tagging-0.3-pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2032. Skipping link http://pypi.pinaxproject.com/django-tagging-0.3_pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2033. Skipping link http://pypi.pinaxproject.com/django-timezones-0.2.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2034. Skipping link http://pypi.pinaxproject.com/django-uni-form-0.5.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2035. Skipping link http://pypi.pinaxproject.com/django-voting-0.1-pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2036. Skipping link http://pypi.pinaxproject.com/django-voting-0.1_pre.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2037. Skipping link http://pypi.pinaxproject.com/dregni-0.1.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2038. Skipping link http://pypi.pinaxproject.com/geopy-0.93dev-r0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2039. Skipping link http://pypi.pinaxproject.com/idios-0.1.dev1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2040. Skipping link http://pypi.pinaxproject.com/idios-0.1.dev2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2041. Skipping link http://pypi.pinaxproject.com/photologue-2.1.zip (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2042. Skipping link http://pypi.pinaxproject.com/pip-0.4.1dev.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2043. Skipping link http://pypi.pinaxproject.com/pip-0.5.2dev.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2044. Skipping link http://pypi.pinaxproject.com/pysolr-2.0.10.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2045. Skipping link http://pypi.pinaxproject.com/python-yadis-1.1.0.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2046. Skipping link http://pypi.pinaxproject.com/pytz-2009e.zip (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2047. Skipping link http://pypi.pinaxproject.com/sorl-3.1.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2048. Skipping link http://pypi.pinaxproject.com/template_utils-0.4p2.tar.gz (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2049. Skipping link http://pypi.pinaxproject.com/ybrowserauth-1.2.zip (from http://pypi.pinaxproject.com/); wrong project name (not INITools)
  2050. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/BrokenEmitsUTF8; not a file
  2051. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/FSPkg; not a file
  2052. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/HackedEggInfo; not a file
  2053. Found link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/INITools-0.2.tar.gz, version: 0.2
  2054. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/LineEndings; not a file
  2055. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/LocalEnvironMarker; not a file
  2056. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/LocalExtras-0.0.2; unsupported archive format: .2
  2057. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/LocalExtras; not a file
  2058. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/README.txt; unsupported archive format: .txt
  2059. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/SetupPyLatin1; not a file
  2060. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/SetupPyUTF8; not a file
  2061. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/TopoRequires-0.0.1.tar.gz; wrong project name (not INITools)
  2062. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/TopoRequires2-0.0.1.tar.gz; wrong project name (not INITools)
  2063. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/TopoRequires3-0.0.1.tar.gz; wrong project name (not INITools)
  2064. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/TopoRequires4-0.0.1.tar.gz; wrong project name (not INITools)
  2065. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/Upper-1.0.tar.gz; wrong project name (not INITools)
  2066. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/Upper-2.0.tar.gz; wrong project name (not INITools)
  2067. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/argparse-1.2.1.tar.gz; wrong project name (not INITools)
  2068. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/broken-0.1.tar.gz; wrong project name (not INITools)
  2069. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/broken-0.2broken.tar.gz; wrong project name (not INITools)
  2070. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/brokenegginfo-0.1.tar.gz; wrong project name (not INITools)
  2071. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/brokenwheel-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2072. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/child-0.1.tar.gz; wrong project name (not INITools)
  2073. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/colander-0.9.9-py2.py3-none-any.whl; wrong project name (not INITools)
  2074. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/compilewheel-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2075. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/complex_dist-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2076. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/console_scripts_uppercase-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2077. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/distribute-0.7.3.zip; wrong project name (not INITools)
  2078. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/duplicate-1.0.tar.gz; wrong project name (not INITools)
  2079. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/futurewheel-1.9-py2.py3-none-any.whl; wrong project name (not INITools)
  2080. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/futurewheel-3.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2081. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/gmpy-1.15.tar.gz; wrong project name (not INITools)
  2082. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/gmpy2-2.0.tar.gz; wrong project name (not INITools)
  2083. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/has.script-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2084. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/headers.dist-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2085. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/invalid.whl; invalid wheel filename
  2086. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/meta-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2087. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/parent-0.1.tar.gz; wrong project name (not INITools)
  2088. Could not parse version from link: file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/paxpkg.tar.bz2
  2089. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/paxpkg.tar.bz2; wrong project name (not INITools)
  2090. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pep518-3.0.tar.gz; wrong project name (not INITools)
  2091. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pip-test-package-0.1.1.tar.gz; wrong project name (not INITools)
  2092. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pip-test-package-0.1.tar.gz; wrong project name (not INITools)
  2093. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pkgwithmpkg-1.0-py2.7-macosx10.7.mpkg.zip; macosx10 one
  2094. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pkgwithmpkg-1.0.tar.gz; wrong project name (not INITools)
  2095. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/plat_wheel-1.7; unsupported archive format: .7
  2096. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/plat_wheel-_invalidversion_; not a file
  2097. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/priority-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2098. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/priority-1.0.tar.gz; wrong project name (not INITools)
  2099. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/prjwithdatafile-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2100. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pure_wheel-1.7; unsupported archive format: .7
  2101. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/pure_wheel-_invalidversion_; not a file
  2102. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/require_simple-1.0.tar.gz; wrong project name (not INITools)
  2103. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/requires_simple_extra-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2104. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/requires_source-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2105. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/requires_wheelbroken_upper; not a file
  2106. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/requiresupper-1.0.tar.gz; wrong project name (not INITools)
  2107. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/sample-1.2.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2108. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/script.wheel1-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2109. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/script.wheel1a-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2110. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/script.wheel2-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2111. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/script.wheel2a-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2112. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/script.wheel3-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2113. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/setuptools-0.9.6.tar.gz; wrong project name (not INITools)
  2114. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/setuptools-0.9.8-py2.py3-none-any.whl; wrong project name (not INITools)
  2115. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple-1.0.tar.gz; wrong project name (not INITools)
  2116. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple-2.0.tar.gz; wrong project name (not INITools)
  2117. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple-3.0.tar.gz; wrong project name (not INITools)
  2118. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple.dist-0.1-py1-none-invalid.whl; wrong project name (not INITools)
  2119. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple.dist-0.1-py2.py3-none-any.whl; wrong project name (not INITools)
  2120. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple2-1.0.tar.gz; wrong project name (not INITools)
  2121. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple2-2.0.tar.gz; wrong project name (not INITools)
  2122. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simple2-3.0.tar.gz; wrong project name (not INITools)
  2123. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simplewheel-1.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2124. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/simplewheel-2.0-py2.py3-none-any.whl; wrong project name (not INITools)
  2125. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/singlemodule-0.0.0.tar.gz; wrong project name (not INITools)
  2126. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/singlemodule-0.0.1.tar.gz; wrong project name (not INITools)
  2127. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/singlemodule-0.0.1.tar.lzma; unsupported archive format: .tar.lzma
  2128. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/singlemodule-0.0.1.tar.xz; unsupported archive format: .tar.xz
  2129. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/source-1.0.tar.gz; wrong project name (not INITools)
  2130. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/symlinks; not a file
  2131. Could not parse version from link: file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/test_tar.tgz
  2132. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/test_tar.tgz; wrong project name (not INITools)
  2133. Could not parse version from link: file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/test_zip.zip
  2134. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/test_zip.zip; wrong project name (not INITools)
  2135. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/translationstring-1.1.tar.gz; wrong project name (not INITools)
  2136. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/virtualenv-1.10.tar.gz; wrong project name (not INITools)
  2137. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/virtualenv-1.9.1.tar.gz; wrong project name (not INITools)
  2138. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/wheelbroken-0.1.tar.gz; wrong project name (not INITools)
  2139. Skipping link file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/wheelbrokenafter-0.1.tar.gz; wrong project name (not INITools)
  2140. Local files found: /tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/data/packages/INITools-0.2.tar.gz
  2141. Using version 0.3.1 (newest of versions: 0.1, 0.2, 0.3, 0.3.1)
  2142. Created temporary directory: /tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/workspace/tmp/pip-unpack-2krOtZ
  2143. Looking up "https://pypi.python.org/packages/ff/08/755b5dd7d003e95380a0375f8430a5696ce3063201cf1f6f10d8dd0a40eb/INITools-0.3.1.tar.gz" in the cache
  2144. Current age based on date: 31
  2145. Freshness lifetime from max-age: 31557600
  2146. The response is "fresh", returning cached response
  2147. 31557600 > 31
  2148. Using cached INITools-0.3.1.tar.gz
  2149. Downloading from URL https://pypi.python.org/packages/ff/08/755b5dd7d003e95380a0375f8430a5696ce3063201cf1f6f10d8dd0a40eb/INITools-0.3.1.tar.gz#md5=1e46bf333e93abeb5b5a827169a80dca (from https://pypi.python.org/simple/initools/)
  2150. Running command python -c "import setuptools"
  2151. Running setup.py (path:/tmp/pytest-of-travis/pytest-1/popen-gw1/test_command_line_append_flags0/workspace/tmp/pip-install-Ad86Q8/INITools/setup.py) egg_info for package INITools
  2152. Running command python -c "import setuptools"
  2153.  
  2154. -- created: -------------------
  2155. tmp/pip-install-Ad86Q8
  2156. INITools
  2157. INITools.egg-info
  2158. PKG-INFO (873 bytes)
  2159. SOURCES.txt (369 bytes)
  2160. dependency_links.txt (1 bytes)
  2161. top_level.txt (9 bytes)
  2162. zip-safe (1 bytes)
  2163. PKG-INFO (873 bytes)
  2164. initools
  2165. __init__.py (2 bytes)
  2166. _setmixin.py (2488 bytes)
  2167. configparser.py (34580 bytes)
  2168. configwrapper.py (8550 bytes)
  2169. iniparser.py (8097 bytes)
  2170. inischema.py (13460 bytes)
  2171. lazyiniparser.py (5274 bytes)
  2172. lazyloader.py (8574 bytes)
  2173. nested.py (5451 bytes)
  2174. pip-delete-this-directory.txt (185 bytes)
  2175. setup.cfg (59 bytes)
  2176. setup.py (1052 bytes)
  2177. _______________________ test_install_package_with_target _______________________
  2178. [gw5] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2179.  
  2180. script = <tests.lib.PipTestEnvironment object at 0x00007f607c91d408>
  2181.  
  2182.  def test_install_package_with_target(script):
  2183.  """
  2184.  Test installing a package using pip install --target
  2185.  """
  2186.  target_dir = script.scratch_path / 'target'
  2187.  result = script.pip_install_local('-t', target_dir, "simple==1.0")
  2188.  assert Path('scratch') / 'target' / 'simple' in result.files_created, (
  2189.  str(result)
  2190.  )
  2191.  
  2192.  # Test repeated call without --upgrade, no files should have changed
  2193.  result = script.pip_install_local(
  2194.  '-t', target_dir, "simple==1.0", expect_stderr=True,
  2195.  )
  2196.  assert not Path('scratch') / 'target' / 'simple' in result.files_updated
  2197.  
  2198.  # Test upgrade call, check that new version is installed
  2199.  result = script.pip_install_local('--upgrade', '-t',
  2200.  target_dir, "simple==2.0")
  2201.  assert Path('scratch') / 'target' / 'simple' in result.files_updated, (
  2202.  str(result)
  2203.  )
  2204.  egg_folder = (
  2205.  Path('scratch') / 'target' / 'simple-2.0-py%s.egg-info' % pyversion)
  2206.  assert egg_folder in result.files_created, (
  2207.  str(result)
  2208.  )
  2209.  
  2210.  # Test install and upgrade of single-module package
  2211.  result = script.pip_install_local('-t', target_dir, 'singlemodule==0.0.0')
  2212.  singlemodule_py = Path('scratch') / 'target' / 'singlemodule.py'
  2213.  assert singlemodule_py in result.files_created, str(result)
  2214.  
  2215.  result = script.pip_install_local('-t', target_dir, 'singlemodule==0.0.1',
  2216. > '--upgrade')
  2217.  
  2218. tests/functional/test_install.py:615:
  2219. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2220. tests/lib/__init__.py:360: in pip_install_local
  2221.  *args, **kwargs
  2222. tests/lib/__init__.py:354: in pip
  2223.  return self.run("pip", *args, **kwargs)
  2224. tests/lib/__init__.py:339: in run
  2225.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2226. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2227.  return self._communicate(input)
  2228. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2229.  stdout, stderr = self._communicate_with_poll(input)
  2230. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2231.  
  2232. self = <subprocess.Popen object at 0x0000000005e01fd0>, input = None
  2233.  
  2234.  def _communicate_with_poll(self, input):
  2235.  stdout = None # Return
  2236.  stderr = None # Return
  2237.  fd2file = {}
  2238.  fd2output = {}
  2239.  
  2240.  poller = select.poll()
  2241.  def register_and_append(file_obj, eventmask):
  2242.  poller.register(file_obj.fileno(), eventmask)
  2243.  fd2file[file_obj.fileno()] = file_obj
  2244.  
  2245.  def close_unregister_and_remove(fd):
  2246.  poller.unregister(fd)
  2247.  fd2file[fd].close()
  2248.  fd2file.pop(fd)
  2249.  
  2250.  if self.stdin and input:
  2251.  register_and_append(self.stdin, select.POLLOUT)
  2252.  
  2253.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2254.  if self.stdout:
  2255.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2256.  fd2output[self.stdout.fileno()] = stdout = []
  2257.  if self.stderr:
  2258.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2259.  fd2output[self.stderr.fileno()] = stderr = []
  2260.  
  2261.  input_offset = 0
  2262.  while fd2file:
  2263.  try:
  2264. > ready = poller.poll()
  2265. E Failed: Timeout >300.0s
  2266.  
  2267. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2268. ----------------------------- Captured stderr call -----------------------------
  2269.  
  2270. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140052407817984) ~~~~~~~~~~~~~~~~~~~~~
  2271. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2272. reply.run()
  2273. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2274. self._result = func(*args, **kwargs)
  2275. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2276. msg = Message.from_io(io)
  2277. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2278. header = io.read(9) # type 1, channel 4, payload 4
  2279. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2280. data = self._read(numbytes-len(buf))
  2281. __________________ test_double_install_spurious_hash_mismatch __________________
  2282. [gw4] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2283.  
  2284. script = <tests.lib.PipTestEnvironment object at 0x00007fc54fc3e870>
  2285. tmpdir = Path('/tmp/pytest-of-travis/pytest-1/popen-gw4/test_double_install_spurious_h0')
  2286. data = <tests.lib.TestData object at 0x00007fc54fc3e410>
  2287.  
  2288.  @pytest.mark.network
  2289.  def test_double_install_spurious_hash_mismatch(script, tmpdir, data):
  2290.  """Make sure installing the same hashed sdist twice doesn't throw hash
  2291.  mismatch errors.
  2292.  
  2293.  Really, this is a test that we disable reads from the wheel cache in
  2294.  hash-checking mode. Locally, implicitly built wheels of sdists obviously
  2295.  have different hashes from the original archives. Comparing against those
  2296.  causes spurious mismatch errors.
  2297.  
  2298.  """
  2299.  script.pip('install', 'wheel') # Otherwise, it won't try to build wheels.
  2300.  script.pip('download', 'setuptools', 'wheel', '-d', data.packages)
  2301.  with requirements_file('simple==1.0 --hash=sha256:393043e672415891885c9a2a'
  2302.  '0929b1af95fb866d6ca016b42d2e6ce53619b653',
  2303.  tmpdir) as reqs_file:
  2304.  # Install a package (and build its wheel):
  2305.  result = script.pip_install_local(
  2306.  '--find-links', data.find_links,
  2307.  '-r', reqs_file.abspath, expect_error=False)
  2308.  assert 'Successfully installed simple-1.0' in str(result)
  2309.  
  2310.  # Uninstall it:
  2311.  script.pip('uninstall', '-y', 'simple', expect_error=False)
  2312.  
  2313.  # Then install it again. We should not hit a hash mismatch, and the
  2314.  # package should install happily.
  2315.  result = script.pip_install_local(
  2316.  '--find-links', data.find_links,
  2317. > '-r', reqs_file.abspath, expect_error=False)
  2318.  
  2319. tests/functional/test_install_reqs.py:370:
  2320. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2321. tests/lib/__init__.py:360: in pip_install_local
  2322.  *args, **kwargs
  2323. tests/lib/__init__.py:354: in pip
  2324.  return self.run("pip", *args, **kwargs)
  2325. tests/lib/__init__.py:339: in run
  2326.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2327. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2328.  return self._communicate(input)
  2329. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2330.  stdout, stderr = self._communicate_with_poll(input)
  2331. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2332.  
  2333. self = <subprocess.Popen object at 0x00007fc554beab18>, input = None
  2334.  
  2335.  def _communicate_with_poll(self, input):
  2336.  stdout = None # Return
  2337.  stderr = None # Return
  2338.  fd2file = {}
  2339.  fd2output = {}
  2340.  
  2341.  poller = select.poll()
  2342.  def register_and_append(file_obj, eventmask):
  2343.  poller.register(file_obj.fileno(), eventmask)
  2344.  fd2file[file_obj.fileno()] = file_obj
  2345.  
  2346.  def close_unregister_and_remove(fd):
  2347.  poller.unregister(fd)
  2348.  fd2file[fd].close()
  2349.  fd2file.pop(fd)
  2350.  
  2351.  if self.stdin and input:
  2352.  register_and_append(self.stdin, select.POLLOUT)
  2353.  
  2354.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2355.  if self.stdout:
  2356.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2357.  fd2output[self.stdout.fileno()] = stdout = []
  2358.  if self.stderr:
  2359.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2360.  fd2output[self.stderr.fileno()] = stderr = []
  2361.  
  2362.  input_offset = 0
  2363.  while fd2file:
  2364.  try:
  2365. > ready = poller.poll()
  2366. E Failed: Timeout >300.0s
  2367.  
  2368. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2369. ----------------------------- Captured stderr call -----------------------------
  2370.  
  2371. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140485517342464) ~~~~~~~~~~~~~~~~~~~~~
  2372. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2373. reply.run()
  2374. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2375. self._result = func(*args, **kwargs)
  2376. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2377. msg = Message.from_io(io)
  2378. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2379. header = io.read(9) # type 1, channel 4, payload 4
  2380. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2381. data = self._read(numbytes-len(buf))
  2382. ________________ test_install_no_binary_disables_cached_wheels _________________
  2383. [gw3] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2384.  
  2385. script = <tests.lib.PipTestEnvironment object at 0x00007f7672910b10>
  2386. data = <tests.lib.TestData object at 0x00007f7672910a68>
  2387.  
  2388.  @pytest.mark.network
  2389.  def test_install_no_binary_disables_cached_wheels(script, data):
  2390.  script.pip('install', 'wheel')
  2391.  script.pip('download', 'setuptools', 'wheel', '-d', data.packages)
  2392.  # Seed the cache
  2393.  script.pip(
  2394.  'install', '--no-index', '-f', data.find_links,
  2395.  'upper')
  2396.  script.pip('uninstall', 'upper', '-y')
  2397.  res = script.pip(
  2398.  'install', '--no-index', '--no-binary=:all:', '-f', data.find_links,
  2399. > 'upper', expect_stderr=True)
  2400.  
  2401. tests/functional/test_install.py:1048:
  2402. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2403. tests/lib/__init__.py:354: in pip
  2404.  return self.run("pip", *args, **kwargs)
  2405. tests/lib/__init__.py:339: in run
  2406.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2407. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2408.  return self._communicate(input)
  2409. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2410.  stdout, stderr = self._communicate_with_poll(input)
  2411. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2412.  
  2413. self = <subprocess.Popen object at 0x00000000036012f8>, input = None
  2414.  
  2415.  def _communicate_with_poll(self, input):
  2416.  stdout = None # Return
  2417.  stderr = None # Return
  2418.  fd2file = {}
  2419.  fd2output = {}
  2420.  
  2421.  poller = select.poll()
  2422.  def register_and_append(file_obj, eventmask):
  2423.  poller.register(file_obj.fileno(), eventmask)
  2424.  fd2file[file_obj.fileno()] = file_obj
  2425.  
  2426.  def close_unregister_and_remove(fd):
  2427.  poller.unregister(fd)
  2428.  fd2file[fd].close()
  2429.  fd2file.pop(fd)
  2430.  
  2431.  if self.stdin and input:
  2432.  register_and_append(self.stdin, select.POLLOUT)
  2433.  
  2434.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2435.  if self.stdout:
  2436.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2437.  fd2output[self.stdout.fileno()] = stdout = []
  2438.  if self.stderr:
  2439.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2440.  fd2output[self.stderr.fileno()] = stderr = []
  2441.  
  2442.  input_offset = 0
  2443.  while fd2file:
  2444.  try:
  2445. > ready = poller.poll()
  2446. E Failed: Timeout >300.0s
  2447.  
  2448. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2449. ----------------------------- Captured stderr call -----------------------------
  2450.  
  2451. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140146715039488) ~~~~~~~~~~~~~~~~~~~~~
  2452. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2453. reply.run()
  2454. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2455. self._result = func(*args, **kwargs)
  2456. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2457. msg = Message.from_io(io)
  2458. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2459. header = io.read(9) # type 1, channel 4, payload 4
  2460. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2461. data = self._read(numbytes-len(buf))
  2462. ____________________ test_git_branch_should_not_be_changed _____________________
  2463. [gw4] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2464.  
  2465. script = <tests.lib.PipTestEnvironment object at 0x0000000003521da8>
  2466. tmpdir = Path('/tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0')
  2467.  
  2468.  @pytest.mark.network
  2469.  def test_git_branch_should_not_be_changed(script, tmpdir):
  2470.  """
  2471.  Editable installations should not change branch
  2472.  related to issue #32 and #161
  2473.  """
  2474.  script.pip(
  2475.  'install', '-e', '%s#egg=pip-test-package' %
  2476.  local_checkout(
  2477.  'git+http://github.com/pypa/pip-test-package.git',
  2478.  tmpdir.join("cache"),
  2479.  ),
  2480. > expect_error=True,
  2481.  )
  2482.  
  2483. tests/functional/test_install_vcs.py:166:
  2484. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2485. tests/lib/__init__.py:354: in pip
  2486.  return self.run("pip", *args, **kwargs)
  2487. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2488.  
  2489. self = <tests.lib.PipTestEnvironment object at 0x0000000003521da8>
  2490. args = ('pip', 'install', '-e', 'git+file:///tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git#egg=pip-test-package')
  2491. kw = {'expect_error': True, 'expect_stderr': True}
  2492. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/workspace/scratch')
  2493. run_from = None
  2494.  
  2495.  def run(self, *args, **kw):
  2496.  if self.verbose:
  2497.  print('>> running %s %s' % (args, kw))
  2498.  cwd = kw.pop('cwd', None)
  2499.  run_from = kw.pop('run_from', None)
  2500.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  2501.  cwd = cwd or run_from or self.cwd
  2502.  return TestPipResult(
  2503. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2504.  verbose=self.verbose,
  2505.  )
  2506. E AssertionError: temp files not expected
  2507.  
  2508. tests/lib/__init__.py:339: AssertionError
  2509. ----------------------------- Captured stdout call -----------------------------
  2510. Script result: pip install -e git+file:///tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git#egg=pip-test-package
  2511. return code: -9
  2512. -- stdout: --------------------
  2513. Obtaining pip-test-package from git+file:///tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git#egg=pip-test-package
  2514. Cloning file:///tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git to /tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/workspace/venv/src/pip-test-package
  2515.  
  2516. -- created: -------------------
  2517. tmp/pip-install-2vNlP2
  2518. venv/src
  2519. pip-delete-this-directory.txt (185 bytes)
  2520. pip-test-package
  2521. .git
  2522. HEAD (23 bytes)
  2523. branches
  2524. config (331 bytes)
  2525. description (73 bytes)
  2526. hooks
  2527. applypatch-msg.sample (452 bytes)
  2528. commit-msg.sample (896 bytes)
  2529. post-update.sample (189 bytes)
  2530. pre-applypatch.sample (398 bytes)
  2531. pre-commit.sample (1642 bytes)
  2532. pre-push.sample (1352 bytes)
  2533. pre-rebase.sample (4898 bytes)
  2534. prepare-commit-msg.sample (1239 bytes)
  2535. update.sample (3611 bytes)
  2536. index (296 bytes)
  2537. info
  2538. exclude (240 bytes)
  2539. logs
  2540. HEAD (250 bytes)
  2541. refs
  2542. heads
  2543. master (250 bytes)
  2544. remotes
  2545. origin
  2546. HEAD (250 bytes)
  2547. objects
  2548. info
  2549. pack
  2550. pack-41ed9015e43f6daf990e74c615497ca816d94241.idx (1688 bytes)
  2551. pack-41ed9015e43f6daf990e74c615497ca816d94241.pack (2040 bytes)
  2552. packed-refs (318 bytes)
  2553. refs
  2554. heads
  2555. master (41 bytes)
  2556. remotes
  2557. origin
  2558. HEAD (32 bytes)
  2559. tags
  2560. piptestpackage
  2561. __init__.py (84 bytes)
  2562. setup.py (352 bytes)
  2563. tests
  2564. req_just_comment.txt (17 bytes)
  2565. -- updated: -------------------
  2566. venv
  2567. ------------------------------ Captured log call -------------------------------
  2568. git.py 139 INFO Cloning http://github.com/pypa/pip-test-package.git to /tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git
  2569. __init__.py 660 DEBUG Running command git clone -q http://github.com/pypa/pip-test-package.git /tmp/pytest-of-travis/pytest-1/popen-gw4/test_git_branch_should_not_be_0/cache/pip-test-package.git
  2570. ________________________ test_uninstall_before_upgrade _________________________
  2571. [gw0] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2572.  
  2573. script = <tests.lib.PipTestEnvironment object at 0x00007f0504d81088>
  2574.  
  2575.  @pytest.mark.network
  2576.  def test_uninstall_before_upgrade(script):
  2577.  """
  2578.  Automatic uninstall-before-upgrade.
  2579.  
  2580.  """
  2581.  result = script.pip('install', 'INITools==0.2', expect_error=True)
  2582.  assert script.site_packages / 'initools' in result.files_created, (
  2583.  sorted(result.files_created.keys())
  2584.  )
  2585.  result2 = script.pip('install', 'INITools==0.3', expect_error=True)
  2586.  assert result2.files_created, 'upgrade to INITools 0.3 failed'
  2587. > result3 = script.pip('uninstall', 'initools', '-y', expect_error=True)
  2588.  
  2589. tests/functional/test_install_upgrade.py:208:
  2590. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2591. tests/lib/__init__.py:354: in pip
  2592.  return self.run("pip", *args, **kwargs)
  2593. tests/lib/__init__.py:339: in run
  2594.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2595. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2596.  return self._communicate(input)
  2597. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2598.  stdout, stderr = self._communicate_with_poll(input)
  2599. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2600.  
  2601. self = <subprocess.Popen object at 0x00007f0504e2a020>, input = None
  2602.  
  2603.  def _communicate_with_poll(self, input):
  2604.  stdout = None # Return
  2605.  stderr = None # Return
  2606.  fd2file = {}
  2607.  fd2output = {}
  2608.  
  2609.  poller = select.poll()
  2610.  def register_and_append(file_obj, eventmask):
  2611.  poller.register(file_obj.fileno(), eventmask)
  2612.  fd2file[file_obj.fileno()] = file_obj
  2613.  
  2614.  def close_unregister_and_remove(fd):
  2615.  poller.unregister(fd)
  2616.  fd2file[fd].close()
  2617.  fd2file.pop(fd)
  2618.  
  2619.  if self.stdin and input:
  2620.  register_and_append(self.stdin, select.POLLOUT)
  2621.  
  2622.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2623.  if self.stdout:
  2624.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2625.  fd2output[self.stdout.fileno()] = stdout = []
  2626.  if self.stderr:
  2627.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2628.  fd2output[self.stderr.fileno()] = stderr = []
  2629.  
  2630.  input_offset = 0
  2631.  while fd2file:
  2632.  try:
  2633. > ready = poller.poll()
  2634. E Failed: Timeout >300.0s
  2635.  
  2636. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2637. ----------------------------- Captured stderr call -----------------------------
  2638.  
  2639. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (139659542644480) ~~~~~~~~~~~~~~~~~~~~~
  2640. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2641. reply.run()
  2642. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2643. self._result = func(*args, **kwargs)
  2644. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2645. msg = Message.from_io(io)
  2646. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2647. header = io.read(9) # type 1, channel 4, payload 4
  2648. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2649. data = self._read(numbytes-len(buf))
  2650. _____________________ test_upgrade_vcs_req_with_dist_found _____________________
  2651. [gw5] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2652.  
  2653. script = <tests.lib.PipTestEnvironment object at 0x0000000002c28b48>
  2654.  
  2655.  @pytest.mark.network
  2656.  def test_upgrade_vcs_req_with_dist_found(script):
  2657.  """It can upgrade a VCS requirement that has distributions on the index."""
  2658.  # TODO(pnasrat) Using local_checkout fails on windows - oddness with the
  2659.  # test path urls/git.
  2660.  req = (
  2661.  "%s#egg=pretend" %
  2662.  (
  2663.  "git+git://github.com/alex/pretend@e7f26ad7dbcb4a02a4995aade4"
  2664.  "743aad47656b27"
  2665.  )
  2666.  )
  2667.  script.pip("install", req, expect_stderr=True)
  2668. > result = script.pip("install", "-U", req, expect_stderr=True)
  2669.  
  2670. tests/functional/test_install_upgrade.py:375:
  2671. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2672. tests/lib/__init__.py:354: in pip
  2673.  return self.run("pip", *args, **kwargs)
  2674. tests/lib/__init__.py:339: in run
  2675.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2676. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2677.  return self._communicate(input)
  2678. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2679.  stdout, stderr = self._communicate_with_poll(input)
  2680. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2681.  
  2682. self = <subprocess.Popen object at 0x00000000036264d0>, input = None
  2683.  
  2684.  def _communicate_with_poll(self, input):
  2685.  stdout = None # Return
  2686.  stderr = None # Return
  2687.  fd2file = {}
  2688.  fd2output = {}
  2689.  
  2690.  poller = select.poll()
  2691.  def register_and_append(file_obj, eventmask):
  2692.  poller.register(file_obj.fileno(), eventmask)
  2693.  fd2file[file_obj.fileno()] = file_obj
  2694.  
  2695.  def close_unregister_and_remove(fd):
  2696.  poller.unregister(fd)
  2697.  fd2file[fd].close()
  2698.  fd2file.pop(fd)
  2699.  
  2700.  if self.stdin and input:
  2701.  register_and_append(self.stdin, select.POLLOUT)
  2702.  
  2703.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2704.  if self.stdout:
  2705.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2706.  fd2output[self.stdout.fileno()] = stdout = []
  2707.  if self.stderr:
  2708.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2709.  fd2output[self.stderr.fileno()] = stderr = []
  2710.  
  2711.  input_offset = 0
  2712.  while fd2file:
  2713.  try:
  2714. > ready = poller.poll()
  2715. E Failed: Timeout >300.0s
  2716.  
  2717. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2718. ----------------------------- Captured stderr call -----------------------------
  2719.  
  2720. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140052407817984) ~~~~~~~~~~~~~~~~~~~~~
  2721. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2722. reply.run()
  2723. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2724. self._result = func(*args, **kwargs)
  2725. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2726. msg = Message.from_io(io)
  2727. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2728. header = io.read(9) # type 1, channel 4, payload 4
  2729. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2730. data = self._read(numbytes-len(buf))
  2731. ________ test_only_if_needed_does_upgrade_deps_when_no_longer_satisfied ________
  2732. [gw7] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2733.  
  2734. script = <tests.lib.PipTestEnvironment object at 0x0000000005eefad0>
  2735.  
  2736.  def test_only_if_needed_does_upgrade_deps_when_no_longer_satisfied(script):
  2737.  """
  2738.  It does upgrade a dependency if it no longer satisfies the requirements.
  2739.  
  2740.  """
  2741.  script.pip_install_local('simple==1.0', expect_error=True)
  2742.  result = script.pip_install_local(
  2743.  '--upgrade', '--upgrade-strategy=only-if-needed', 'require_simple',
  2744. > expect_error=True
  2745.  )
  2746.  
  2747. tests/functional/test_install_upgrade.py:66:
  2748. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2749. tests/lib/__init__.py:360: in pip_install_local
  2750.  *args, **kwargs
  2751. tests/lib/__init__.py:354: in pip
  2752.  return self.run("pip", *args, **kwargs)
  2753. tests/lib/__init__.py:339: in run
  2754.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2755. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2756.  return self._communicate(input)
  2757. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2758.  stdout, stderr = self._communicate_with_poll(input)
  2759. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2760.  
  2761. self = <subprocess.Popen object at 0x00000000047ac068>, input = None
  2762.  
  2763.  def _communicate_with_poll(self, input):
  2764.  stdout = None # Return
  2765.  stderr = None # Return
  2766.  fd2file = {}
  2767.  fd2output = {}
  2768.  
  2769.  poller = select.poll()
  2770.  def register_and_append(file_obj, eventmask):
  2771.  poller.register(file_obj.fileno(), eventmask)
  2772.  fd2file[file_obj.fileno()] = file_obj
  2773.  
  2774.  def close_unregister_and_remove(fd):
  2775.  poller.unregister(fd)
  2776.  fd2file[fd].close()
  2777.  fd2file.pop(fd)
  2778.  
  2779.  if self.stdin and input:
  2780.  register_and_append(self.stdin, select.POLLOUT)
  2781.  
  2782.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2783.  if self.stdout:
  2784.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2785.  fd2output[self.stdout.fileno()] = stdout = []
  2786.  if self.stderr:
  2787.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2788.  fd2output[self.stderr.fileno()] = stderr = []
  2789.  
  2790.  input_offset = 0
  2791.  while fd2file:
  2792.  try:
  2793. > ready = poller.poll()
  2794. E Failed: Timeout >300.0s
  2795.  
  2796. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2797. ----------------------------- Captured stderr call -----------------------------
  2798.  
  2799. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (139674092209920) ~~~~~~~~~~~~~~~~~~~~~
  2800. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2801. reply.run()
  2802. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2803. self._result = func(*args, **kwargs)
  2804. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2805. msg = Message.from_io(io)
  2806. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2807. header = io.read(9) # type 1, channel 4, payload 4
  2808. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2809. data = self._read(numbytes-len(buf))
  2810. ____________________ test_install_from_wheel_installs_deps _____________________
  2811. [gw1] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2812.  
  2813. script = <tests.lib.PipTestEnvironment object at 0x0000000002f2bc20>
  2814. data = <tests.lib.TestData object at 0x0000000002d069f8>
  2815.  
  2816.  def test_install_from_wheel_installs_deps(script, data):
  2817.  """
  2818.  Test can install dependencies of wheels
  2819.  """
  2820.  # 'requires_source' depends on the 'source' project
  2821.  package = data.packages.join("requires_source-1.0-py2.py3-none-any.whl")
  2822.  result = script.pip(
  2823. > 'install', '--no-index', '--find-links', data.find_links, package,
  2824.  )
  2825.  
  2826. tests/functional/test_install_wheel.py:204:
  2827. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2828. tests/lib/__init__.py:354: in pip
  2829.  return self.run("pip", *args, **kwargs)
  2830. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2831.  
  2832. self = <tests.lib.PipTestEnvironment object at 0x0000000002f2bc20>
  2833. args = ('pip', 'install', '--no-index', '--find-links', 'file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wh...-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/data/packages/requires_source-1.0-py2.py3-none-any.whl'))
  2834. kw = {'expect_stderr': True}
  2835. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/workspace/scratch')
  2836. run_from = None
  2837.  
  2838.  def run(self, *args, **kw):
  2839.  if self.verbose:
  2840.  print('>> running %s %s' % (args, kw))
  2841.  cwd = kw.pop('cwd', None)
  2842.  run_from = kw.pop('run_from', None)
  2843.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  2844.  cwd = cwd or run_from or self.cwd
  2845.  return TestPipResult(
  2846. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2847.  verbose=self.verbose,
  2848.  )
  2849. E AssertionError: Script returned code: -9
  2850.  
  2851. tests/lib/__init__.py:339: AssertionError
  2852. ----------------------------- Captured stdout call -----------------------------
  2853. Script result: pip install --no-index --find-links file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/data/packages /tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/data/packages/requires_source-1.0-py2.py3-none-any.whl
  2854. return code: -9
  2855. -- stdout: --------------------
  2856. Looking in links: file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/data/packages
  2857. Processing /tmp/pytest-of-travis/pytest-1/popen-gw1/test_install_from_wheel_instal0/data/packages/requires_source-1.0-py2.py3-none-any.whl
  2858. Collecting source (from requires-source==1.0)
  2859.  
  2860. -- created: -------------------
  2861. tmp/pip-install-9AOLRS
  2862. requires-source
  2863. requires_source
  2864. requires_source-1.0.dist-info
  2865. METADATA (210 bytes)
  2866. RECORD (308 bytes)
  2867. WHEEL (64 bytes)
  2868. requires_source/__init__.py (7 bytes)
  2869. source
  2870. PKG-INFO (178 bytes)
  2871. pip-delete-this-directory.txt (185 bytes)
  2872. setup.cfg (59 bytes)
  2873. setup.py (148 bytes)
  2874. source
  2875. source.egg-info
  2876. PKG-INFO (178 bytes)
  2877. SOURCES.txt (147 bytes)
  2878. dependency_links.txt (1 bytes)
  2879. top_level.txt (7 bytes)
  2880. source/__init__.py (7 bytes)
  2881. ______________________________ test_list_command _______________________________
  2882. [gw6] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2883.  
  2884. script = <tests.lib.PipTestEnvironment object at 0x00007f71bbb8cec8>
  2885. data = <tests.lib.TestData object at 0x00000000032f08e0>
  2886.  
  2887.  def test_list_command(script, data):
  2888.  """
  2889.  Test default behavior of list command without format specifier.
  2890.  
  2891.  """
  2892.  script.pip(
  2893.  'install', '-f', data.find_links, '--no-index', 'simple==1.0',
  2894. > 'simple2==3.0',
  2895.  )
  2896.  
  2897. tests/functional/test_list.py:14:
  2898. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2899. tests/lib/__init__.py:354: in pip
  2900.  return self.run("pip", *args, **kwargs)
  2901. tests/lib/__init__.py:339: in run
  2902.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2903. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2904.  return self._communicate(input)
  2905. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2906.  stdout, stderr = self._communicate_with_poll(input)
  2907. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2908.  
  2909. self = <subprocess.Popen object at 0x00007f71baba65f0>, input = None
  2910.  
  2911.  def _communicate_with_poll(self, input):
  2912.  stdout = None # Return
  2913.  stderr = None # Return
  2914.  fd2file = {}
  2915.  fd2output = {}
  2916.  
  2917.  poller = select.poll()
  2918.  def register_and_append(file_obj, eventmask):
  2919.  poller.register(file_obj.fileno(), eventmask)
  2920.  fd2file[file_obj.fileno()] = file_obj
  2921.  
  2922.  def close_unregister_and_remove(fd):
  2923.  poller.unregister(fd)
  2924.  fd2file[fd].close()
  2925.  fd2file.pop(fd)
  2926.  
  2927.  if self.stdin and input:
  2928.  register_and_append(self.stdin, select.POLLOUT)
  2929.  
  2930.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  2931.  if self.stdout:
  2932.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  2933.  fd2output[self.stdout.fileno()] = stdout = []
  2934.  if self.stderr:
  2935.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  2936.  fd2output[self.stderr.fileno()] = stderr = []
  2937.  
  2938.  input_offset = 0
  2939.  while fd2file:
  2940.  try:
  2941. > ready = poller.poll()
  2942. E Failed: Timeout >300.0s
  2943.  
  2944. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  2945. ----------------------------- Captured stderr call -----------------------------
  2946.  
  2947. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140126467282688) ~~~~~~~~~~~~~~~~~~~~~
  2948. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  2949. reply.run()
  2950. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  2951. self._result = func(*args, **kwargs)
  2952. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  2953. msg = Message.from_io(io)
  2954. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  2955. header = io.read(9) # type 1, channel 4, payload 4
  2956. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  2957. data = self._read(numbytes-len(buf))
  2958. __ Tests_UserSite.test_install_user_in_global_virtualenv_with_conflict_fails ___
  2959. [gw3] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  2960.  
  2961. self = <tests.functional.test_install_user.Tests_UserSite instance at 0x0000000006acb2e0>
  2962. script = <tests.lib.PipTestEnvironment object at 0x0000000004a7f5c8>
  2963. virtualenv = <VirtualEnvironment /tmp/pytest-of-travis/pytest-1/popen-gw3/test_install_user_in_global_vi0/workspace/venv>
  2964.  
  2965.  @pytest.mark.network
  2966.  def test_install_user_in_global_virtualenv_with_conflict_fails(
  2967.  self, script, virtualenv):
  2968.  """
  2969.  Test user install in --system-site-packages virtualenv with conflict in
  2970.  site fails.
  2971.  """
  2972.  virtualenv.system_site_packages = True
  2973.  
  2974. > script.pip('install', 'INITools==0.2')
  2975.  
  2976. tests/functional/test_install_user.py:275:
  2977. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2978. tests/lib/__init__.py:354: in pip
  2979.  return self.run("pip", *args, **kwargs)
  2980. tests/lib/__init__.py:339: in run
  2981.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  2982. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  2983.  return self._communicate(input)
  2984. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  2985.  stdout, stderr = self._communicate_with_poll(input)
  2986. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  2987.  
  2988. self = <subprocess.Popen object at 0x0000000005883910>, input = None
  2989.  
  2990.  def _communicate_with_poll(self, input):
  2991.  stdout = None # Return
  2992.  stderr = None # Return
  2993.  fd2file = {}
  2994.  fd2output = {}
  2995.  
  2996.  poller = select.poll()
  2997.  def register_and_append(file_obj, eventmask):
  2998.  poller.register(file_obj.fileno(), eventmask)
  2999.  fd2file[file_obj.fileno()] = file_obj
  3000.  
  3001.  def close_unregister_and_remove(fd):
  3002.  poller.unregister(fd)
  3003.  fd2file[fd].close()
  3004.  fd2file.pop(fd)
  3005.  
  3006.  if self.stdin and input:
  3007.  register_and_append(self.stdin, select.POLLOUT)
  3008.  
  3009.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3010.  if self.stdout:
  3011.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3012.  fd2output[self.stdout.fileno()] = stdout = []
  3013.  if self.stderr:
  3014.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3015.  fd2output[self.stderr.fileno()] = stderr = []
  3016.  
  3017.  input_offset = 0
  3018.  while fd2file:
  3019.  try:
  3020. > ready = poller.poll()
  3021. E Failed: Timeout >300.0s
  3022.  
  3023. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3024. ----------------------------- Captured stderr call -----------------------------
  3025.  
  3026. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140146715039488) ~~~~~~~~~~~~~~~~~~~~~
  3027. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3028. reply.run()
  3029. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3030. self._result = func(*args, **kwargs)
  3031. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3032. msg = Message.from_io(io)
  3033. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3034. header = io.read(9) # type 1, channel 4, payload 4
  3035. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3036. data = self._read(numbytes-len(buf))
  3037. _________ Tests_UserSite.test_reset_env_system_site_packages_usersite __________
  3038. [gw5] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3039.  
  3040. self = <tests.functional.test_install_user.Tests_UserSite instance at 0x00000000079eb4c0>
  3041. script = <tests.lib.PipTestEnvironment object at 0x000000000c2327c8>
  3042. virtualenv = <VirtualEnvironment /tmp/pytest-of-travis/pytest-1/popen-gw5/test_reset_env_system_site_pac0/workspace/venv>
  3043.  
  3044.  @pytest.mark.network
  3045.  def test_reset_env_system_site_packages_usersite(self, script, virtualenv):
  3046.  """
  3047.  reset_env(system_site_packages=True) produces env where a --user
  3048.  install can be found using pkg_resources
  3049.  """
  3050.  virtualenv.system_site_packages = True
  3051. > script.pip('install', '--user', 'INITools==0.2')
  3052.  
  3053. tests/functional/test_install_user.py:44:
  3054. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3055. tests/lib/__init__.py:354: in pip
  3056.  return self.run("pip", *args, **kwargs)
  3057. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3058.  
  3059. self = <tests.lib.PipTestEnvironment object at 0x000000000c2327c8>
  3060. args = ('pip', 'install', '--user', 'INITools==0.2')
  3061. kw = {'expect_stderr': True}
  3062. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw5/test_reset_env_system_site_pac0/workspace/scratch')
  3063. run_from = None
  3064.  
  3065.  def run(self, *args, **kw):
  3066.  if self.verbose:
  3067.  print('>> running %s %s' % (args, kw))
  3068.  cwd = kw.pop('cwd', None)
  3069.  run_from = kw.pop('run_from', None)
  3070.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3071.  cwd = cwd or run_from or self.cwd
  3072.  return TestPipResult(
  3073. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3074.  verbose=self.verbose,
  3075.  )
  3076. E AssertionError: Script returned code: -9
  3077.  
  3078. tests/lib/__init__.py:339: AssertionError
  3079. ----------------------------- Captured stdout call -----------------------------
  3080. Script result: pip install --user INITools==0.2
  3081. return code: -9
  3082. -- stderr: --------------------
  3083. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:335: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  3084. SNIMissingWarning
  3085. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  3086. InsecurePlatformWarning
  3087.  
  3088. -- stdout: --------------------
  3089. Collecting INITools==0.2
  3090. Downloading INITools-0.2.tar.gz
  3091.  
  3092. -- created: -------------------
  3093. tmp/pip-install-I1o_aK
  3094. INITools
  3095. INITools.egg-info
  3096. PKG-INFO (726 bytes)
  3097. SOURCES.txt (431 bytes)
  3098. top_level.txt (9 bytes)
  3099. zip-safe (0 bytes)
  3100. PKG-INFO (726 bytes)
  3101. docs
  3102. index.txt (2780 bytes)
  3103. initools
  3104. __init__.py (2 bytes)
  3105. configwrapper.py (8345 bytes)
  3106. iniparser.py (7942 bytes)
  3107. inischema.py (13365 bytes)
  3108. lazyiniparser.py (5274 bytes)
  3109. lazyloader.py (8381 bytes)
  3110. nested.py (5262 bytes)
  3111. pip-delete-this-directory.txt (185 bytes)
  3112. pip-egg-info
  3113. setup.cfg (232 bytes)
  3114. setup.py (920 bytes)
  3115. tests
  3116. test_iniparser.py (1471 bytes)
  3117. test_inischema.py (2229 bytes)
  3118. test_lazyiniparser.py (593 bytes)
  3119. test_lazyloader.py (3151 bytes)
  3120. test_nested.py (1357 bytes)
  3121. ______________________________ test_legacy_format ______________________________
  3122. [gw6] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3123.  
  3124. script = <tests.lib.PipTestEnvironment object at 0x00000000037d4678>
  3125. data = <tests.lib.TestData object at 0x00000000036e2c60>
  3126.  
  3127.  def test_legacy_format(script, data):
  3128.  """
  3129.  Test that legacy format
  3130.  """
  3131.  script.pip(
  3132.  'install', '-f', data.find_links, '--no-index', 'simple==1.0',
  3133. > 'simple2==3.0',
  3134.  )
  3135.  
  3136. tests/functional/test_list.py:60:
  3137. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3138. tests/lib/__init__.py:354: in pip
  3139.  return self.run("pip", *args, **kwargs)
  3140. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3141.  
  3142. self = <tests.lib.PipTestEnvironment object at 0x00000000037d4678>
  3143. args = ('pip', 'install', '-f', 'file:///tmp/pytest-of-travis/pytest-1/popen-gw6/test_legacy_format0/data/packages', '--no-index', 'simple==1.0', ...)
  3144. kw = {'expect_stderr': True}
  3145. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw6/test_legacy_format0/workspace/scratch')
  3146. run_from = None
  3147.  
  3148.  def run(self, *args, **kw):
  3149.  if self.verbose:
  3150.  print('>> running %s %s' % (args, kw))
  3151.  cwd = kw.pop('cwd', None)
  3152.  run_from = kw.pop('run_from', None)
  3153.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3154.  cwd = cwd or run_from or self.cwd
  3155.  return TestPipResult(
  3156. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3157.  verbose=self.verbose,
  3158.  )
  3159. E AssertionError: Script returned code: -9
  3160.  
  3161. tests/lib/__init__.py:339: AssertionError
  3162. ----------------------------- Captured stdout call -----------------------------
  3163. Script result: pip install -f file:///tmp/pytest-of-travis/pytest-1/popen-gw6/test_legacy_format0/data/packages --no-index simple==1.0 simple2==3.0
  3164. return code: -9
  3165. -- stdout: --------------------
  3166. Looking in links: file:///tmp/pytest-of-travis/pytest-1/popen-gw6/test_legacy_format0/data/packages
  3167. Collecting simple==1.0
  3168.  
  3169. -- created: -------------------
  3170. tmp/pip-install-99dCbY
  3171. simple
  3172. PKG-INFO (178 bytes)
  3173. pip-delete-this-directory.txt (185 bytes)
  3174. setup.cfg (59 bytes)
  3175. setup.py (148 bytes)
  3176. simple
  3177. simple.egg-info
  3178. PKG-INFO (178 bytes)
  3179. SOURCES.txt (147 bytes)
  3180. dependency_links.txt (1 bytes)
  3181. top_level.txt (7 bytes)
  3182. simple/__init__.py (7 bytes)
  3183. _____________________________ test_editables_flag ______________________________
  3184. [gw3] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3185.  
  3186. script = <tests.lib.PipTestEnvironment object at 0x00000000025bf440>
  3187. data = <tests.lib.TestData object at 0x00000000025bef70>
  3188.  
  3189.  @pytest.mark.network
  3190.  def test_editables_flag(script, data):
  3191.  """
  3192.  Test the behavior of --editables flag in the list command
  3193.  """
  3194.  script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3195.  result = script.pip(
  3196.  'install', '-e',
  3197. > 'git+https://github.com/pypa/pip-test-package.git#egg=pip-test-package'
  3198.  )
  3199.  
  3200. tests/functional/test_list.py:352:
  3201. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3202. tests/lib/__init__.py:354: in pip
  3203.  return self.run("pip", *args, **kwargs)
  3204. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3205.  
  3206. self = <tests.lib.PipTestEnvironment object at 0x00000000025bf440>
  3207. args = ('pip', 'install', '-e', 'git+https://github.com/pypa/pip-test-package.git#egg=pip-test-package')
  3208. kw = {'expect_stderr': True}
  3209. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw3/test_editables_flag0/workspace/scratch')
  3210. run_from = None
  3211.  
  3212.  def run(self, *args, **kw):
  3213.  if self.verbose:
  3214.  print('>> running %s %s' % (args, kw))
  3215.  cwd = kw.pop('cwd', None)
  3216.  run_from = kw.pop('run_from', None)
  3217.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3218.  cwd = cwd or run_from or self.cwd
  3219.  return TestPipResult(
  3220. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3221.  verbose=self.verbose,
  3222.  )
  3223. E AssertionError: Script returned code: -9
  3224.  
  3225. tests/lib/__init__.py:339: AssertionError
  3226. ----------------------------- Captured stdout call -----------------------------
  3227. Script result: pip install -e git+https://github.com/pypa/pip-test-package.git#egg=pip-test-package
  3228. return code: -9
  3229. -- stdout: --------------------
  3230. Obtaining pip-test-package from git+https://github.com/pypa/pip-test-package.git#egg=pip-test-package
  3231. Cloning https://github.com/pypa/pip-test-package.git to /tmp/pytest-of-travis/pytest-1/popen-gw3/test_editables_flag0/workspace/venv/src/pip-test-package
  3232.  
  3233. -- created: -------------------
  3234. tmp/pip-install-QR_rD0
  3235. venv/src
  3236. pip-delete-this-directory.txt (185 bytes)
  3237. pip-test-package
  3238. .git
  3239. HEAD (23 bytes)
  3240. branches
  3241. config (269 bytes)
  3242. description (73 bytes)
  3243. hooks
  3244. applypatch-msg.sample (452 bytes)
  3245. commit-msg.sample (896 bytes)
  3246. post-update.sample (189 bytes)
  3247. pre-applypatch.sample (398 bytes)
  3248. pre-commit.sample (1642 bytes)
  3249. pre-push.sample (1352 bytes)
  3250. pre-rebase.sample (4898 bytes)
  3251. prepare-commit-msg.sample (1239 bytes)
  3252. update.sample (3611 bytes)
  3253. index (296 bytes)
  3254. info
  3255. exclude (240 bytes)
  3256. logs
  3257. HEAD (188 bytes)
  3258. refs
  3259. heads
  3260. master (188 bytes)
  3261. remotes
  3262. origin
  3263. HEAD (188 bytes)
  3264. objects
  3265. 12
  3266. d200981a576c44dd70b31f84bebb3f36be81d8 (93 bytes)
  3267. deb62c34d29f3bd64c0c1d2e3c67e0f5a64baa (93 bytes)
  3268. 1b
  3269. 8573f01070a02e8716a2e06f9b1b529fd85788 (56 bytes)
  3270. 24
  3271. 044b765acd8e28ed8e89bdbb768b7e463f5b46 (90 bytes)
  3272. 44
  3273. 87a60e3ea0fa99473a0b056b40a59241cc290d (236 bytes)
  3274. 46
  3275. ef08992c79881b3e882611cd8e25c170b7615e (121 bytes)
  3276. 55
  3277. 47fa909e83df8bd743d3978d6667497983a4b7 (172 bytes)
  3278. 5a
  3279. ae504ec98bac710e6e8b7c9f733d46ecfbbe40 (234 bytes)
  3280. 65
  3281. cf0a5bdd906ecf48a0ac241c17d656d2071d56 (224 bytes)
  3282. 78
  3283. dc0fc2639fe1f4b846b2dae852dbd0bc8b976a (93 bytes)
  3284. 7d
  3285. 654e66c8fa7149c165ddeffa5b56bc06619458 (176 bytes)
  3286. 88
  3287. d443feccc79fc61f0ae1a534ce27d8150dc7ee (33 bytes)
  3288. 89
  3289. 0878e9c49fbf3a2a70fbc0b8d79422e53b588d (55 bytes)
  3290. 8a
  3291. c68c68a33ed473cc042e69dd928e62e357e218 (136 bytes)
  3292. a8
  3293. 992fc7ee17e5b9ece022417b64594423caca7c (134 bytes)
  3294. af
  3295. 8ba149874f515e937b4dcf69552a3494def994 (93 bytes)
  3296. bb
  3297. 3395f019fff1f98b1de7503da376797501f376 (92 bytes)
  3298. c9
  3299. b20a32b014a473dee4d8090ab47fcf5d2273f0 (56 bytes)
  3300. cd
  3301. 343821aae3ee55d7affcc200760d526be8a02f (93 bytes)
  3302. d0
  3303. 2526b6a5f93f5b17861b8546fabca2307fb302 (65 bytes)
  3304. f1
  3305. c1020ebac81f9aeb5c766ff7a772f709e696ee (164 bytes)
  3306. f2
  3307. 830149be686718ee5d412b94d846667e072eb7 (236 bytes)
  3308. info
  3309. pack
  3310. packed-refs (318 bytes)
  3311. refs
  3312. heads
  3313. master (41 bytes)
  3314. remotes
  3315. origin
  3316. HEAD (32 bytes)
  3317. tags
  3318. piptestpackage
  3319. __init__.py (84 bytes)
  3320. setup.py (352 bytes)
  3321. tests
  3322. req_just_comment.txt (17 bytes)
  3323. -- updated: -------------------
  3324. venv
  3325. ______________________________ test_outdated_flag ______________________________
  3326. [gw1] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3327.  
  3328. script = <tests.lib.PipTestEnvironment object at 0x0000000006ebca68>
  3329. data = <tests.lib.TestData object at 0x0000000006ebc608>
  3330.  
  3331.  @pytest.mark.network
  3332.  def test_outdated_flag(script, data):
  3333.  """
  3334.  Test the behavior of --outdated flag in the list command
  3335.  
  3336.  """
  3337.  script.pip(
  3338.  'install', '-f', data.find_links, '--no-index', 'simple==1.0',
  3339. > 'simple2==3.0', 'simplewheel==1.0',
  3340.  )
  3341.  
  3342. tests/functional/test_list.py:260:
  3343. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3344. tests/lib/__init__.py:354: in pip
  3345.  return self.run("pip", *args, **kwargs)
  3346. tests/lib/__init__.py:339: in run
  3347.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3348. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3349.  return self._communicate(input)
  3350. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3351.  stdout, stderr = self._communicate_with_poll(input)
  3352. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3353.  
  3354. self = <subprocess.Popen object at 0x000000000344c020>, input = None
  3355.  
  3356.  def _communicate_with_poll(self, input):
  3357.  stdout = None # Return
  3358.  stderr = None # Return
  3359.  fd2file = {}
  3360.  fd2output = {}
  3361.  
  3362.  poller = select.poll()
  3363.  def register_and_append(file_obj, eventmask):
  3364.  poller.register(file_obj.fileno(), eventmask)
  3365.  fd2file[file_obj.fileno()] = file_obj
  3366.  
  3367.  def close_unregister_and_remove(fd):
  3368.  poller.unregister(fd)
  3369.  fd2file[fd].close()
  3370.  fd2file.pop(fd)
  3371.  
  3372.  if self.stdin and input:
  3373.  register_and_append(self.stdin, select.POLLOUT)
  3374.  
  3375.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3376.  if self.stdout:
  3377.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3378.  fd2output[self.stdout.fileno()] = stdout = []
  3379.  if self.stderr:
  3380.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3381.  fd2output[self.stderr.fileno()] = stderr = []
  3382.  
  3383.  input_offset = 0
  3384.  while fd2file:
  3385.  try:
  3386. > ready = poller.poll()
  3387. E Failed: Timeout >300.0s
  3388.  
  3389. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3390. ----------------------------- Captured stderr call -----------------------------
  3391.  
  3392. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140488960317184) ~~~~~~~~~~~~~~~~~~~~~
  3393. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3394. reply.run()
  3395. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3396. self._result = func(*args, **kwargs)
  3397. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3398. msg = Message.from_io(io)
  3399. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3400. header = io.read(9) # type 1, channel 4, payload 4
  3401. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3402. data = self._read(numbytes-len(buf))
  3403. _________________________ test_outdated_editables_flag _________________________
  3404. [gw0] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3405.  
  3406. script = <tests.lib.PipTestEnvironment object at 0x00000000036b4f70>
  3407. data = <tests.lib.TestData object at 0x00007f0504dc0d78>
  3408.  
  3409.  @pytest.mark.network
  3410.  def test_outdated_editables_flag(script, data):
  3411.  """
  3412.  test the behavior of --editable --outdated flag in the list command
  3413.  """
  3414. > script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3415.  
  3416. tests/functional/test_list.py:485:
  3417. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3418. tests/lib/__init__.py:354: in pip
  3419.  return self.run("pip", *args, **kwargs)
  3420. tests/lib/__init__.py:339: in run
  3421.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3422. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3423.  return self._communicate(input)
  3424. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3425.  stdout, stderr = self._communicate_with_poll(input)
  3426. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3427.  
  3428. self = <subprocess.Popen object at 0x00000000016a0548>, input = None
  3429.  
  3430.  def _communicate_with_poll(self, input):
  3431.  stdout = None # Return
  3432.  stderr = None # Return
  3433.  fd2file = {}
  3434.  fd2output = {}
  3435.  
  3436.  poller = select.poll()
  3437.  def register_and_append(file_obj, eventmask):
  3438.  poller.register(file_obj.fileno(), eventmask)
  3439.  fd2file[file_obj.fileno()] = file_obj
  3440.  
  3441.  def close_unregister_and_remove(fd):
  3442.  poller.unregister(fd)
  3443.  fd2file[fd].close()
  3444.  fd2file.pop(fd)
  3445.  
  3446.  if self.stdin and input:
  3447.  register_and_append(self.stdin, select.POLLOUT)
  3448.  
  3449.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3450.  if self.stdout:
  3451.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3452.  fd2output[self.stdout.fileno()] = stdout = []
  3453.  if self.stderr:
  3454.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3455.  fd2output[self.stderr.fileno()] = stderr = []
  3456.  
  3457.  input_offset = 0
  3458.  while fd2file:
  3459.  try:
  3460. > ready = poller.poll()
  3461. E Failed: Timeout >300.0s
  3462.  
  3463. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3464. ----------------------------- Captured stderr call -----------------------------
  3465.  
  3466. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (139659542644480) ~~~~~~~~~~~~~~~~~~~~~
  3467. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3468. reply.run()
  3469. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3470. self._result = func(*args, **kwargs)
  3471. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3472. msg = Message.from_io(io)
  3473. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3474. header = io.read(9) # type 1, channel 4, payload 4
  3475. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3476. data = self._read(numbytes-len(buf))
  3477. _______________________________ test_user_legacy _______________________________
  3478. [gw2] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3479.  
  3480. script = <tests.lib.PipTestEnvironment object at 0x0000000006916bf0>
  3481. data = <tests.lib.TestData object at 0x0000000006916528>
  3482. virtualenv = <VirtualEnvironment /tmp/pytest-of-travis/pytest-1/popen-gw2/test_user_legacy0/workspace/venv>
  3483.  
  3484.  @pytest.mark.network
  3485.  def test_user_legacy(script, data, virtualenv):
  3486.  """
  3487.  Test the behavior of --user flag in the list command
  3488.  
  3489.  """
  3490.  virtualenv.system_site_packages = True
  3491.  script.pip('download', 'setuptools', 'wheel', '-d', data.packages)
  3492.  script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3493.  script.pip('install', '-f', data.find_links, '--no-index',
  3494. > '--user', 'simple2==2.0')
  3495.  
  3496. tests/functional/test_list.py:170:
  3497. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3498. tests/lib/__init__.py:354: in pip
  3499.  return self.run("pip", *args, **kwargs)
  3500. tests/lib/__init__.py:339: in run
  3501.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3502. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3503.  return self._communicate(input)
  3504. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3505.  stdout, stderr = self._communicate_with_poll(input)
  3506. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3507.  
  3508. self = <subprocess.Popen object at 0x0000000005927fa0>, input = None
  3509.  
  3510.  def _communicate_with_poll(self, input):
  3511.  stdout = None # Return
  3512.  stderr = None # Return
  3513.  fd2file = {}
  3514.  fd2output = {}
  3515.  
  3516.  poller = select.poll()
  3517.  def register_and_append(file_obj, eventmask):
  3518.  poller.register(file_obj.fileno(), eventmask)
  3519.  fd2file[file_obj.fileno()] = file_obj
  3520.  
  3521.  def close_unregister_and_remove(fd):
  3522.  poller.unregister(fd)
  3523.  fd2file[fd].close()
  3524.  fd2file.pop(fd)
  3525.  
  3526.  if self.stdin and input:
  3527.  register_and_append(self.stdin, select.POLLOUT)
  3528.  
  3529.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3530.  if self.stdout:
  3531.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3532.  fd2output[self.stdout.fileno()] = stdout = []
  3533.  if self.stderr:
  3534.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3535.  fd2output[self.stderr.fileno()] = stderr = []
  3536.  
  3537.  input_offset = 0
  3538.  while fd2file:
  3539.  try:
  3540. > ready = poller.poll()
  3541. E Failed: Timeout >300.0s
  3542.  
  3543. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3544. ----------------------------- Captured stderr call -----------------------------
  3545.  
  3546. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140331317442304) ~~~~~~~~~~~~~~~~~~~~~
  3547. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3548. reply.run()
  3549. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3550. self._result = func(*args, **kwargs)
  3551. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3552. msg = Message.from_io(io)
  3553. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3554. header = io.read(9) # type 1, channel 4, payload 4
  3555. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3556. data = self._read(numbytes-len(buf))
  3557. _________________________ test_uptodate_editables_flag _________________________
  3558. [gw4] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3559.  
  3560. script = <tests.lib.PipTestEnvironment object at 0x00007fc54fb0e218>
  3561. data = <tests.lib.TestData object at 0x00007fc554d73d70>
  3562.  
  3563.  @pytest.mark.network
  3564.  def test_uptodate_editables_flag(script, data):
  3565.  """
  3566.  test the behavior of --editable --uptodate flag in the list command
  3567.  """
  3568.  script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3569.  result = script.pip(
  3570.  'install', '-e',
  3571. > 'git+https://github.com/pypa/pip-test-package.git#egg=pip-test-package'
  3572.  )
  3573.  
  3574. tests/functional/test_list.py:423:
  3575. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3576. tests/lib/__init__.py:354: in pip
  3577.  return self.run("pip", *args, **kwargs)
  3578. tests/lib/__init__.py:339: in run
  3579.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3580. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3581.  return self._communicate(input)
  3582. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3583.  stdout, stderr = self._communicate_with_poll(input)
  3584. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3585.  
  3586. self = <subprocess.Popen object at 0x00007fc55d9b7d48>, input = None
  3587.  
  3588.  def _communicate_with_poll(self, input):
  3589.  stdout = None # Return
  3590.  stderr = None # Return
  3591.  fd2file = {}
  3592.  fd2output = {}
  3593.  
  3594.  poller = select.poll()
  3595.  def register_and_append(file_obj, eventmask):
  3596.  poller.register(file_obj.fileno(), eventmask)
  3597.  fd2file[file_obj.fileno()] = file_obj
  3598.  
  3599.  def close_unregister_and_remove(fd):
  3600.  poller.unregister(fd)
  3601.  fd2file[fd].close()
  3602.  fd2file.pop(fd)
  3603.  
  3604.  if self.stdin and input:
  3605.  register_and_append(self.stdin, select.POLLOUT)
  3606.  
  3607.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3608.  if self.stdout:
  3609.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3610.  fd2output[self.stdout.fileno()] = stdout = []
  3611.  if self.stderr:
  3612.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3613.  fd2output[self.stderr.fileno()] = stderr = []
  3614.  
  3615.  input_offset = 0
  3616.  while fd2file:
  3617.  try:
  3618. > ready = poller.poll()
  3619. E Failed: Timeout >300.0s
  3620.  
  3621. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3622. ----------------------------- Captured stderr call -----------------------------
  3623.  
  3624. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140485517342464) ~~~~~~~~~~~~~~~~~~~~~
  3625. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3626. reply.run()
  3627. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3628. self._result = func(*args, **kwargs)
  3629. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3630. msg = Message.from_io(io)
  3631. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3632. header = io.read(9) # type 1, channel 4, payload 4
  3633. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3634. data = self._read(numbytes-len(buf))
  3635. ____________________________ test_not_required_flag ____________________________
  3636. [gw6] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3637.  
  3638. script = <tests.lib.PipTestEnvironment object at 0x00000000064d6800>
  3639. data = <tests.lib.TestData object at 0x0000000004b109c0>
  3640.  
  3641.  def test_not_required_flag(script, data):
  3642.  script.pip(
  3643. > 'install', '-f', data.find_links, '--no-index', 'TopoRequires4'
  3644.  )
  3645.  
  3646. tests/functional/test_list.py:618:
  3647. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3648. tests/lib/__init__.py:354: in pip
  3649.  return self.run("pip", *args, **kwargs)
  3650. tests/lib/__init__.py:339: in run
  3651.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3652. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3653.  return self._communicate(input)
  3654. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3655.  stdout, stderr = self._communicate_with_poll(input)
  3656. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3657.  
  3658. self = <subprocess.Popen object at 0x00007f71bb4a2020>, input = None
  3659.  
  3660.  def _communicate_with_poll(self, input):
  3661.  stdout = None # Return
  3662.  stderr = None # Return
  3663.  fd2file = {}
  3664.  fd2output = {}
  3665.  
  3666.  poller = select.poll()
  3667.  def register_and_append(file_obj, eventmask):
  3668.  poller.register(file_obj.fileno(), eventmask)
  3669.  fd2file[file_obj.fileno()] = file_obj
  3670.  
  3671.  def close_unregister_and_remove(fd):
  3672.  poller.unregister(fd)
  3673.  fd2file[fd].close()
  3674.  fd2file.pop(fd)
  3675.  
  3676.  if self.stdin and input:
  3677.  register_and_append(self.stdin, select.POLLOUT)
  3678.  
  3679.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3680.  if self.stdout:
  3681.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3682.  fd2output[self.stdout.fileno()] = stdout = []
  3683.  if self.stderr:
  3684.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3685.  fd2output[self.stderr.fileno()] = stderr = []
  3686.  
  3687.  input_offset = 0
  3688.  while fd2file:
  3689.  try:
  3690. > ready = poller.poll()
  3691. E Failed: Timeout >300.0s
  3692.  
  3693. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3694. ----------------------------- Captured stderr call -----------------------------
  3695.  
  3696. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140126467282688) ~~~~~~~~~~~~~~~~~~~~~
  3697. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3698. reply.run()
  3699. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3700. self._result = func(*args, **kwargs)
  3701. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3702. msg = Message.from_io(io)
  3703. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3704. header = io.read(9) # type 1, channel 4, payload 4
  3705. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3706. data = self._read(numbytes-len(buf))
  3707. ______________________________ test_outdated_pre _______________________________
  3708. [gw5] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3709.  
  3710. script = <tests.lib.PipTestEnvironment object at 0x00007f607d037fa0>
  3711. data = <tests.lib.TestData object at 0x00007f607d037b08>
  3712.  
  3713.  def test_outdated_pre(script, data):
  3714. > script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3715.  
  3716. tests/functional/test_list.py:545:
  3717. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3718. tests/lib/__init__.py:354: in pip
  3719.  return self.run("pip", *args, **kwargs)
  3720. tests/lib/__init__.py:339: in run
  3721.  super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3722. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:814: in communicate
  3723.  return self._communicate(input)
  3724. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1420: in _communicate
  3725.  stdout, stderr = self._communicate_with_poll(input)
  3726. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3727.  
  3728. self = <subprocess.Popen object at 0x000000000325fd60>, input = None
  3729.  
  3730.  def _communicate_with_poll(self, input):
  3731.  stdout = None # Return
  3732.  stderr = None # Return
  3733.  fd2file = {}
  3734.  fd2output = {}
  3735.  
  3736.  poller = select.poll()
  3737.  def register_and_append(file_obj, eventmask):
  3738.  poller.register(file_obj.fileno(), eventmask)
  3739.  fd2file[file_obj.fileno()] = file_obj
  3740.  
  3741.  def close_unregister_and_remove(fd):
  3742.  poller.unregister(fd)
  3743.  fd2file[fd].close()
  3744.  fd2file.pop(fd)
  3745.  
  3746.  if self.stdin and input:
  3747.  register_and_append(self.stdin, select.POLLOUT)
  3748.  
  3749.  select_POLLIN_POLLPRI = select.POLLIN | select.POLLPRI
  3750.  if self.stdout:
  3751.  register_and_append(self.stdout, select_POLLIN_POLLPRI)
  3752.  fd2output[self.stdout.fileno()] = stdout = []
  3753.  if self.stderr:
  3754.  register_and_append(self.stderr, select_POLLIN_POLLPRI)
  3755.  fd2output[self.stderr.fileno()] = stderr = []
  3756.  
  3757.  input_offset = 0
  3758.  while fd2file:
  3759.  try:
  3760. > ready = poller.poll()
  3761. E Failed: Timeout >300.0s
  3762.  
  3763. /opt/python/pypy-2.5.0/lib-python/2.7/subprocess.py:1474: Failed
  3764. ----------------------------- Captured stderr call -----------------------------
  3765.  
  3766. ~~~~~~~~~~~~~~~~~~~~~ Stack of <unknown> (140052407817984) ~~~~~~~~~~~~~~~~~~~~~
  3767. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 277, in _perform_spawn
  3768. reply.run()
  3769. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 213, in run
  3770. self._result = func(*args, **kwargs)
  3771. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 954, in _thread_receiver
  3772. msg = Message.from_io(io)
  3773. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 418, in from_io
  3774. header = io.read(9) # type 1, channel 4, payload 4
  3775. File "/home/travis/build/pypa/pip/.tox/pypy/site-packages/execnet/gateway_base.py", line 386, in read
  3776. data = self._read(numbytes-len(buf))
  3777. ____________________________ test_outdated_formats _____________________________
  3778. [gw5] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3779.  
  3780. script = <tests.lib.PipTestEnvironment object at 0x000000000babd7f8>
  3781. data = <tests.lib.TestData object at 0x000000000babd398>
  3782.  
  3783.  def test_outdated_formats(script, data):
  3784.  """ Test of different outdated formats """
  3785. > script.pip('install', '-f', data.find_links, '--no-index', 'simple==1.0')
  3786.  
  3787. tests/functional/test_list.py:574:
  3788. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3789. tests/lib/__init__.py:354: in pip
  3790.  return self.run("pip", *args, **kwargs)
  3791. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3792.  
  3793. self = <tests.lib.PipTestEnvironment object at 0x000000000babd7f8>
  3794. args = ('pip', 'install', '-f', 'file:///tmp/pytest-of-travis/pytest-1/popen-gw5/test_outdated_formats0/data/packages', '--no-index', 'simple==1.0')
  3795. kw = {'expect_stderr': True}
  3796. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw5/test_outdated_formats0/workspace/scratch')
  3797. run_from = None
  3798.  
  3799.  def run(self, *args, **kw):
  3800.  if self.verbose:
  3801.  print('>> running %s %s' % (args, kw))
  3802.  cwd = kw.pop('cwd', None)
  3803.  run_from = kw.pop('run_from', None)
  3804.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3805.  cwd = cwd or run_from or self.cwd
  3806.  return TestPipResult(
  3807. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3808.  verbose=self.verbose,
  3809.  )
  3810. E AssertionError: Script returned code: -9
  3811.  
  3812. tests/lib/__init__.py:339: AssertionError
  3813. ----------------------------- Captured stdout call -----------------------------
  3814. Script result: pip install -f file:///tmp/pytest-of-travis/pytest-1/popen-gw5/test_outdated_formats0/data/packages --no-index simple==1.0
  3815. return code: -9
  3816. -- stdout: --------------------
  3817. Looking in links: file:///tmp/pytest-of-travis/pytest-1/popen-gw5/test_outdated_formats0/data/packages
  3818. Collecting simple==1.0
  3819.  
  3820. -- created: -------------------
  3821. tmp/pip-install-cXjuTK
  3822. simple
  3823. PKG-INFO (178 bytes)
  3824. pip-delete-this-directory.txt (185 bytes)
  3825. setup.cfg (59 bytes)
  3826. setup.py (148 bytes)
  3827. simple
  3828. simple.egg-info
  3829. PKG-INFO (178 bytes)
  3830. SOURCES.txt (147 bytes)
  3831. dependency_links.txt (1 bytes)
  3832. top_level.txt (7 bytes)
  3833. simple/__init__.py (7 bytes)
  3834. __________________________ test_outdated_columns_flag __________________________
  3835. [gw1] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3836.  
  3837. script = <tests.lib.PipTestEnvironment object at 0x0000000006ef57f8>
  3838. data = <tests.lib.TestData object at 0x0000000006ef5408>
  3839.  
  3840.  @pytest.mark.network
  3841.  def test_outdated_columns_flag(script, data):
  3842.  """
  3843.  Test the behavior of --outdated --format=columns flag in the list command
  3844.  
  3845.  """
  3846.  script.pip(
  3847.  'install', '-f', data.find_links, '--no-index', 'simple==1.0',
  3848. > 'simple2==3.0', 'simplewheel==1.0',
  3849.  )
  3850.  
  3851. tests/functional/test_list.py:291:
  3852. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3853. tests/lib/__init__.py:354: in pip
  3854.  return self.run("pip", *args, **kwargs)
  3855. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3856.  
  3857. self = <tests.lib.PipTestEnvironment object at 0x0000000006ef57f8>
  3858. args = ('pip', 'install', '-f', 'file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_outdated_columns_flag0/data/packages', '--no-index', 'simple==1.0', ...)
  3859. kw = {'expect_stderr': True}
  3860. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw1/test_outdated_columns_flag0/workspace/scratch')
  3861. run_from = None
  3862.  
  3863.  def run(self, *args, **kw):
  3864.  if self.verbose:
  3865.  print('>> running %s %s' % (args, kw))
  3866.  cwd = kw.pop('cwd', None)
  3867.  run_from = kw.pop('run_from', None)
  3868.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3869.  cwd = cwd or run_from or self.cwd
  3870.  return TestPipResult(
  3871. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3872.  verbose=self.verbose,
  3873.  )
  3874. E AssertionError: Script returned code: -9
  3875.  
  3876. tests/lib/__init__.py:339: AssertionError
  3877. ----------------------------- Captured stdout call -----------------------------
  3878. Script result: pip install -f file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_outdated_columns_flag0/data/packages --no-index simple==1.0 simple2==3.0 simplewheel==1.0
  3879. return code: -9
  3880. -- stdout: --------------------
  3881. Looking in links: file:///tmp/pytest-of-travis/pytest-1/popen-gw1/test_outdated_columns_flag0/data/packages
  3882. Collecting simple==1.0
  3883. Collecting simple2==3.0
  3884.  
  3885. -- created: -------------------
  3886. tmp/pip-install-dsjCkN
  3887. simple
  3888. PKG-INFO (178 bytes)
  3889. pip-delete-this-directory.txt (185 bytes)
  3890. pip-egg-info
  3891. simple.egg-info
  3892. PKG-INFO (178 bytes)
  3893. SOURCES.txt (200 bytes)
  3894. dependency_links.txt (1 bytes)
  3895. top_level.txt (7 bytes)
  3896. setup.cfg (59 bytes)
  3897. setup.py (148 bytes)
  3898. simple
  3899. simple.egg-info
  3900. PKG-INFO (178 bytes)
  3901. SOURCES.txt (147 bytes)
  3902. dependency_links.txt (1 bytes)
  3903. top_level.txt (7 bytes)
  3904. simple/__init__.py (7 bytes)
  3905. simple2
  3906. PKG-INFO (179 bytes)
  3907. pip-delete-this-directory.txt (185 bytes)
  3908. setup.cfg (59 bytes)
  3909. setup.py (149 bytes)
  3910. simple2
  3911. simple2.egg-info
  3912. PKG-INFO (179 bytes)
  3913. SOURCES.txt (162 bytes)
  3914. dependency_links.txt (1 bytes)
  3915. top_level.txt (8 bytes)
  3916. simple2/__init__.py (7 bytes)
  3917. ____________ test_uninstall_entry_point[test_ = distutils_install] _____________
  3918. [gw2] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3919.  
  3920. script = <tests.lib.PipTestEnvironment object at 0x0000000003833a60>
  3921. console_scripts = 'test_ = distutils_install'
  3922.  
  3923.  @pytest.mark.parametrize("console_scripts",
  3924.  ["test_ = distutils_install",
  3925.  "test_:test_ = distutils_install"])
  3926.  def test_uninstall_entry_point(script, console_scripts):
  3927.  """
  3928.  Test uninstall package with two or more entry points in the same section,
  3929.  whose name contain a colon.
  3930.  """
  3931.  pkg_name = 'ep_install'
  3932.  pkg_path = create_test_package_with_setup(
  3933.  script,
  3934.  name=pkg_name,
  3935.  version='0.1',
  3936.  entry_points={"console_scripts": [console_scripts, ],
  3937.  "pip_test.ep":
  3938.  ["ep:name1 = distutils_install",
  3939.  "ep:name2 = distutils_install"]
  3940.  }
  3941.  )
  3942.  script_name = script.bin_path.join(console_scripts.split('=')[0].strip())
  3943. > result = script.pip('install', pkg_path)
  3944.  
  3945. tests/functional/test_uninstall.py:183:
  3946. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3947. tests/lib/__init__.py:354: in pip
  3948.  return self.run("pip", *args, **kwargs)
  3949. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3950.  
  3951. self = <tests.lib.PipTestEnvironment object at 0x0000000003833a60>
  3952. args = ('pip', 'install', Path('/tmp/pytest-of-travis/pytest-1/popen-gw2/test_uninstall_entry_point_tes0/workspace/scratch/ep_install'))
  3953. kw = {'expect_stderr': True}
  3954. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw2/test_uninstall_entry_point_tes0/workspace/scratch')
  3955. run_from = None
  3956.  
  3957.  def run(self, *args, **kw):
  3958.  if self.verbose:
  3959.  print('>> running %s %s' % (args, kw))
  3960.  cwd = kw.pop('cwd', None)
  3961.  run_from = kw.pop('run_from', None)
  3962.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  3963.  cwd = cwd or run_from or self.cwd
  3964.  return TestPipResult(
  3965. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  3966.  verbose=self.verbose,
  3967.  )
  3968. E AssertionError: Script returned code: -9
  3969.  
  3970. tests/lib/__init__.py:339: AssertionError
  3971. ----------------------------- Captured stdout call -----------------------------
  3972. Script result: pip install /tmp/pytest-of-travis/pytest-1/popen-gw2/test_uninstall_entry_point_tes0/workspace/scratch/ep_install
  3973. return code: -9
  3974. _____________________ test_wheel_package_with_latin1_setup _____________________
  3975. [gw3] linux2 -- Python 2.7.8 /home/travis/build/pypa/pip/.tox/pypy/bin/python
  3976.  
  3977. script = <tests.lib.PipTestEnvironment object at 0x0000000007144f00>
  3978. data = <tests.lib.TestData object at 0x0000000007144ad8>
  3979.  
  3980.  @pytest.mark.network
  3981.  def test_wheel_package_with_latin1_setup(script, data):
  3982.  """Create a wheel from a package with latin-1 encoded setup.py."""
  3983.  script.pip('install', 'wheel')
  3984.  
  3985.  pkg_to_wheel = data.packages.join("SetupPyLatin1")
  3986. > result = script.pip('wheel', pkg_to_wheel)
  3987.  
  3988. tests/functional/test_wheel.py:206:
  3989. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3990. tests/lib/__init__.py:354: in pip
  3991.  return self.run("pip", *args, **kwargs)
  3992. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3993.  
  3994. self = <tests.lib.PipTestEnvironment object at 0x0000000007144f00>
  3995. args = ('pip', 'wheel', Path('/tmp/pytest-of-travis/pytest-1/popen-gw3/test_wheel_package_with_latin10/data/packages/SetupPyLatin1'))
  3996. kw = {}
  3997. cwd = Path('/tmp/pytest-of-travis/pytest-1/popen-gw3/test_wheel_package_with_latin10/workspace/scratch')
  3998. run_from = None
  3999.  
  4000.  def run(self, *args, **kw):
  4001.  if self.verbose:
  4002.  print('>> running %s %s' % (args, kw))
  4003.  cwd = kw.pop('cwd', None)
  4004.  run_from = kw.pop('run_from', None)
  4005.  assert not cwd or not run_from, "Don't use run_from; it's going away"
  4006.  cwd = cwd or run_from or self.cwd
  4007.  return TestPipResult(
  4008. > super(PipTestEnvironment, self).run(cwd=cwd, *args, **kw),
  4009.  verbose=self.verbose,
  4010.  )
  4011. E AssertionError: stderr output not expected
  4012.  
  4013. tests/lib/__init__.py:339: AssertionError
  4014. ----------------------------- Captured stdout call -----------------------------
  4015. Script result: pip wheel /tmp/pytest-of-travis/pytest-1/popen-gw3/test_wheel_package_with_latin10/data/packages/SetupPyLatin1
  4016. -- stderr: --------------------
  4017. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:335: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  4018. SNIMissingWarning
  4019. /home/travis/build/pypa/pip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:133: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  4020. InsecurePlatformWarning
  4021.  
  4022. -- stdout: --------------------
  4023. Processing /tmp/pytest-of-travis/pytest-1/popen-gw3/test_wheel_package_with_latin10/data/packages/SetupPyLatin1
  4024. Building wheels for collected packages: SetupPyUTF8
  4025. Installing build dependencies: started
  4026. Installing build dependencies: finished with status 'done'
  4027. Running setup.py bdist_wheel for SetupPyUTF8: started
  4028. Running setup.py bdist_wheel for SetupPyUTF8: finished with status 'done'
  4029. Stored in directory: /tmp/pytest-of-travis/pytest-1/popen-gw3/test_wheel_package_with_latin10/workspace/scratch
  4030. Successfully built SetupPyUTF8
  4031.  
  4032. -- created: -------------------
  4033. scratch/SetupPyUTF8-0.0.0-py2-none-any.whl (1704 bytes)
  4034. -- updated: -------------------
  4035. scratch
  4036. === 24 failed, 329 passed, 6 skipped, 3 xfailed, 2 error in 2566.42 seconds ====
  4037. ERROR: InvocationError: '/home/travis/build/pypa/pip/.tox/pypy/bin/py.test --timeout 300 -m integration -n 8 --duration=5'
  4038. ___________________________________ summary ____________________________________
  4039. ERROR: pypy: commands failed
  4040.  
  4041. travis_time:end:204447db:start=1498851146872609810,finish=1498853912792916798,duration=2765920306988
  4042. 
  4043. The command ".travis/run.sh" exited with 1.
  4044.  
  4045. Done. Your build exited with 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement