FA-Noway

Untitled

Jan 20th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Worker information
  2. system_info
  3. Build system information
  4. 0.01s0.29s0.17s0.05s0.00s0.04s0.00s0.01s0.01s0.01s0.01s0.01s0.00s0.00s0.02s0.00s0.01s0.24s0.00s0.00s0.00s0.01s0.00s0.10s0.01s0.74s0.00s0.00s6.03s0.00s2.28s0.00s2.11s
  5. docker_mtu
  6. resolvconf
  7. git.checkout
  8. 0.51s$ git clone --depth=50 --branch=advanced_settings https://github.com/fanoway/garage_door_alarm.git fanoway/garage_door_alarm
  9. 0.01s0.00s$ source ~/virtualenv/python2.7/bin/activate
  10. cache.1
  11. Setting up build cache
  12. $ python --version
  13. Python 2.7.15
  14. $ pip --version
  15. pip 19.0.3 from /home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/pip (python 2.7)
  16. install.1
  17. 3.34s$ pip install -U platformio
  18. install.2
  19. 3.77s$ platformio update
  20. install.3
  21. 0.34s$ platformio lib -g --save
  22. 3.06s$ platformio run
  23. Processing d1_mini_pro (platform: https://github.com/platformio/platform-espressif8266.git#feature/stage; board: nodemcuv2; framework: arduino)
  24. --------------------------------------------------------------------------------
  25. Verbose mode can be enabled via `-v, --verbose` option
  26. CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcuv2.html
  27. PLATFORM: Espressif 8266 (Stage) 2.4.0-alpha.1 #dc6771b > NodeMCU 1.0 (ESP-12E Module)
  28. HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
  29. PACKAGES: toolchain-xtensa 2.40802.191122 (4.8.2), tool-esptool 1.413.0 (4.13), tool-esptoolpy 1.20800.0 (2.8.0), framework-arduinoespressif8266 00440cd
  30. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  31. LDF Modes: Finder ~ chain, Compatibility ~ soft
  32. Looking for WifiManager library in registry
  33. Found: https://platformio.org/lib/show/567/WifiManager
  34. LibraryManager: Installing id=567
  35. Downloading...
  36. Unpacking...
  37. WifiManager @ 0.15.0-beta has been successfully installed!
  38. Found 30 compatible libraries
  39. Scanning dependencies...
  40. Dependency Graph
  41. |-- <WifiManager> 0.15.0-beta
  42. | |-- <ESP8266WebServer> 1.0
  43. | | |-- <ESP8266WiFi> 1.0
  44. | |-- <ESP8266WiFi> 1.0
  45. | |-- <DNSServer> 1.1.1
  46. | | |-- <ESP8266WiFi> 1.0
  47. |-- <ESP8266mDNS> 1.2
  48. | |-- <ESP8266WiFi> 1.0
  49. |-- <DNSServer> 1.1.1
  50. | |-- <ESP8266WiFi> 1.0
  51. |-- <ESP8266WebServer> 1.0
  52. | |-- <ESP8266WiFi> 1.0
  53. |-- <ESP8266WiFi> 1.0
  54. |-- <ESP8266HTTPClient> 1.2
  55. | |-- <ESP8266WiFi> 1.0
  56. Building in release mode
  57. Generating .pio/build/d1_mini_pro/core/core_version.h
  58. Generating LD script .pio/build/d1_mini_pro/ld/local.eagle.app.v6.common.ld
  59. fatal: No names found, cannot describe anything.
  60. Compiling .pio/build/d1_mini_pro/src/main.cpp.o
  61. Compiling .pio/build/d1_mini_pro/lib001/ESP8266WiFi/BearSSLHelpers.cpp.o
  62. src/main.cpp:13:94: fatal error: WifiManager.h: No such file or directory
  63. *********************************************************************
  64. * Looking for WifiManager.h dependency? Check our library registry!
  65. *
  66. * CLI > platformio lib search "header:WifiManager.h"
  67. * Web > https://platformio.org/lib/search?query=header:WifiManager.h
  68. *
  69. *********************************************************************
  70. #include <WifiManager.h> //https://github.com/tzapu/WiFiManager WiFi Configuration Magic
  71. ^
  72. compilation terminated.
  73. *** [.pio/build/d1_mini_pro/src/main.cpp.o] Error 1
  74. ========================== [FAILED] Took 2.91 seconds ==========================
  75. The command "platformio run" exited with 1.
  76. cache.2
  77. store build cache
  78. Done. Your build exited with 1.
Add Comment
Please, Sign In to add comment