From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 22 Dec 2016 16:12:55 +0000 From: Girar Builder awaiter robot To: Gleb Fotengauer-Malinovskiy Subject: [#175364] FAILED nitrokey-app.git=0.6.1-alt1 Message-ID: <20161222161255.GA4385@gyle.altlinux.org> Mail-Followup-To: girar-builder@altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 175364 X-girar-task-owner: glebfm X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/175364/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#175364] FAILED nitrokey-app.git=0.6.1-alt1 User-Agent: Mutt/1.6 (2015-08-30) Cc: sisyphus-incominger@lists.altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: glebfm@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 16:12:55 -0000 Archived-At: List-Archive: http://git.altlinux.org/tasks/175364/logs/events.1.1.log 2016-Dec-22 16:11:43 :: test-only task #175364 for sisyphus started by glebfm: #100 build 0.6.1-alt1 from /people/glebfm/packages/nitrokey-app.git 2016-Dec-22 16:11:44 :: [x86_64] #100 nitrokey-app.git 0.6.1-alt1: build start 2016-Dec-22 16:11:44 :: [i586] #100 nitrokey-app.git 0.6.1-alt1: build start const auto data_with_password_len = sizeof(data) + sizeof(adminTemporaryPassword); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:449:14: error: 'data_with_password_len' does not name a type const auto data_with_password_len = sizeof(data) + sizeof(adminTemporaryPassword); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:450:30: error: 'data_with_password_len' was not declared in this scope uint8_t data_with_password[data_with_password_len] = {}; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:451:10: error: 'data_with_password' was not declared in this scope memcpy(data_with_password, data, sizeof(data)); -- const auto slotNumber = slot->slotNumber; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:562:14: error: 'slotNumber' does not name a type const auto slotNumber = slot->slotNumber; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:563:28: error: 'slotNumber' was not declared in this scope if (!is_HOTP_slot_number(slotNumber) && !is_TOTP_slot_number(slotNumber)) { /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:570:21: error: 'nullptr' was not declared in this scope uint8_t *buffer = nullptr; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:576:15: error: 'slotNumber' was not declared in this scope data[0] = slotNumber; -- const auto secret_size = sizeof(slot->secret); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:606:16: error: 'secret_size' does not name a type const auto secret_size = sizeof(slot->secret); -- auto remaining_secret_length = secret_size; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:607:10: error: 'remaining_secret_length' does not name a type auto remaining_secret_length = secret_size; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:609:12: error: 'remaining_secret_length' was not declared in this scope while (remaining_secret_length>0){ 2016-Dec-22 16:12:52 :: [x86_64] nitrokey-app.git 0.6.1-alt1: remote: build failed 2016-Dec-22 16:12:52 :: [x86_64] #100 nitrokey-app.git 0.6.1-alt1: build FAILED const auto data_with_password_len = sizeof(data) + sizeof(adminTemporaryPassword); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:449:14: error: 'data_with_password_len' does not name a type const auto data_with_password_len = sizeof(data) + sizeof(adminTemporaryPassword); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:450:30: error: 'data_with_password_len' was not declared in this scope uint8_t data_with_password[data_with_password_len] = {}; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:451:10: error: 'data_with_password' was not declared in this scope memcpy(data_with_password, data, sizeof(data)); -- const auto slotNumber = slot->slotNumber; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:562:14: error: 'slotNumber' does not name a type const auto slotNumber = slot->slotNumber; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:563:28: error: 'slotNumber' was not declared in this scope if (!is_HOTP_slot_number(slotNumber) && !is_TOTP_slot_number(slotNumber)) { /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:570:21: error: 'nullptr' was not declared in this scope uint8_t *buffer = nullptr; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:576:15: error: 'slotNumber' was not declared in this scope data[0] = slotNumber; -- const auto secret_size = sizeof(slot->secret); /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:606:16: error: 'secret_size' does not name a type const auto secret_size = sizeof(slot->secret); -- auto remaining_secret_length = secret_size; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:607:10: error: 'remaining_secret_length' does not name a type auto remaining_secret_length = secret_size; /usr/src/RPM/BUILD/nitrokey-app-0.6.1/src/device.cpp:609:12: error: 'remaining_secret_length' was not declared in this scope while (remaining_secret_length>0){ 2016-Dec-22 16:12:54 :: [i586] nitrokey-app.git 0.6.1-alt1: remote: build failed 2016-Dec-22 16:12:54 :: [i586] #100 nitrokey-app.git 0.6.1-alt1: build FAILED 2016-Dec-22 16:12:52 :: [x86_64] build FAILED 2016-Dec-22 16:12:55 :: [i586] build FAILED 2016-Dec-22 16:12:55 :: task #175364 for sisyphus FAILED